Html Css Color HEX #F93805 Orange Red

📋 copy color: '#F93805'

red 249 ◦ green 56 ◦ blue 5

#F93805
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Orange Red #F93805

Tints of Orange Red #F93805

RGB

 RED value IS 249 (97.66% from 255) = 80.32%

 GREEN value IS 56 (22.27% from 255) = 18.06%

 BLUE value IS 5 (2.34% from 255) = 1.61%

R = 80.32%
G = 18.06%
B = 1.61%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.98

 K value IS 0.02

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#F93805 (or 0xF93805) is known color: Orange Red. HEX triplet: F9, 38 and 05. RGB value is (249,56,5). Sum of RGB (Red+Green+Blue) = 249+56+5=310 (41% of max value = 765). Red value is 249 (97.66% from 255 or 80.32% from 310); Green value is 56 (22.27% from 255 or 18.06% from 310); Blue value is 5 (2.34% from 255 or 1.61% from 310); Max value from RGB is 249 - color contains mainly: red. Hex color #F93805 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F93805 is #06C7FA. Grayscale: #6C6C6C. Windows color (decimal): -444411 or 342265. OLE color: 342265.

HSL color Cylindrical-coordinate representation of color #F93805: hue angle of 12.54º degrees, saturation: 0.96, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #F93805 is Cyan = 0, Magento = 0.78, Yellow = 0.98 and Black (K on CMYK) = 0.02.

Color convert

RGB 249 56 5 -
CMYK 0 0.78 0.98 0.02
HSL 12.54º 0.96% 0.5% -
HSV(B) 12.54º 0.98% 0.98% -
XYZ 40.51 22.98 2.44 -
YUV 107.89 69.94 228.65 -
System Red Green Blue C M Y K H S L
Decimal 249 56 5 0 0.78 0.98 0.02 12.54 0.96 0.5
Hex F9 38 5 0 4E 62 2 D 60 32
Octal 371 70 5 0 116 142 2 15 140 62
Binary 11111001 111000 101 0 1001110 1100010 10 1101 1100000 110010

Color Harmonies of #F93805

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F93805

Black with #F93805

Text Example


Text Example

White with #F93805

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F93805; }

 p { color: rgb(249,56,5); }

 H1.HeaderClassName
 {
   color: #F93805;
 }
 .AnyTagClassName
 {
   color: #F93805;
 }
</style>

background-color css

<style>
 a { background-color: #F93805; }

 a { background-color: rgb(249,56,5); }

 div.DivClassName
 {
   background-color: #F93805;
 }
 .BgClassName
 {
   background-color: #F93805;
 }
</style>

border-color css

<style>
 span { border-color: #F93805; }

 span { border-color: rgb(249,56,5); }

 td.TdClassName
 {
   border-color: #F93805;
 }
 .TagClassName
 {
   border-color: #F93805;
 }
</style>