Html Css Color HEX #F14908 Orange Red

📋 copy color: '#F14908'

red 241 ◦ green 73 ◦ blue 8

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

Shades of Orange Red #F14908

Tints of Orange Red #F14908

RGB

 RED value IS 241 (94.53% from 255) = 74.84%

 GREEN value IS 73 (28.91% from 255) = 22.67%

 BLUE value IS 8 (3.52% from 255) = 2.48%

R = 74.84%
G = 22.67%
B = 2.48%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.97

 K value IS 0.05

RGB Variations

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

Color information

#F14908 (or 0xF14908) is known color: Orange Red. HEX triplet: F1, 49 and 08. RGB value is (241,73,8). Sum of RGB (Red+Green+Blue) = 241+73+8=322 (42% of max value = 765). Red value is 241 (94.53% from 255 or 74.84% from 322); Green value is 73 (28.91% from 255 or 22.67% from 322); Blue value is 8 (3.52% from 255 or 2.48% from 322); Max value from RGB is 241 - color contains mainly: red. Hex color #F14908 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F14908 is #0EB6F7. Grayscale: #747474. Windows color (decimal): -964344 or 543217. OLE color: 543217.

HSL color Cylindrical-coordinate representation of color #F14908: hue angle of 16.74º degrees, saturation: 0.94, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #F14908 is Cyan = 0, Magento = 0.70, Yellow = 0.97 and Black (K on CMYK) = 0.05.

Color convert

RGB 241 73 8 -
CMYK 0 0.70 0.97 0.05
HSL 16.74º 0.94% 0.49% -
HSV(B) 16.74º 0.97% 0.95% -
XYZ 38.7 23.48 2.72 -
YUV 115.82 67.16 217.29 -
System Red Green Blue C M Y K H S L
Decimal 241 73 8 0 0.70 0.97 0.05 16.74 0.94 0.49
Hex F1 49 8 0 46 61 5 11 5E 31
Octal 361 111 10 0 106 141 5 21 136 61
Binary 11110001 1001001 1000 0 1000110 1100001 101 10001 1011110 110001

Color Harmonies of #F14908

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F14908

Black with #F14908

Text Example


Text Example

White with #F14908

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F14908; }

 p { color: rgb(241,73,8); }

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

background-color css

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

 a { background-color: rgb(241,73,8); }

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

border-color css

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

 span { border-color: rgb(241,73,8); }

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