Html Css Color HEX #F1A608 Orange

📋 copy color: '#F1A608'

red 241 ◦ green 166 ◦ blue 8

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

Shades of Orange #F1A608

Tints of Orange #F1A608

RGB

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

 GREEN value IS 166 (65.23% from 255) = 40%

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

R = 58.07%
G = 40%
B = 1.93%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.97

 K value IS 0.05

RGB Variations

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

Color information

#F1A608 (or 0xF1A608) is known color: Orange. HEX triplet: F1, A6 and 08. RGB value is (241,166,8). Sum of RGB (Red+Green+Blue) = 241+166+8=415 (54% of max value = 765). Red value is 241 (94.53% from 255 or 58.07% from 415); Green value is 166 (65.23% from 255 or 40% from 415); Blue value is 8 (3.52% from 255 or 1.93% from 415); Max value from RGB is 241 - color contains mainly: red. Hex color #F1A608 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #F1A608 is #0E59F7. Grayscale: #ABABAB. Windows color (decimal): -940536 or 567025. OLE color: 567025.

HSL color Cylindrical-coordinate representation of color #F1A608: hue angle of 40.69º 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 #F1A608 is Cyan = 0, Magento = 0.31, Yellow = 0.97 and Black (K on CMYK) = 0.05.

Color convert

RGB 241 166 8 -
CMYK 0 0.31 0.97 0.05
HSL 40.69º 0.94% 0.49% -
HSV(B) 40.69º 0.97% 0.95% -
XYZ 49.96 45.99 6.47 -
YUV 170.41 36.35 178.35 -
System Red Green Blue C M Y K H S L
Decimal 241 166 8 0 0.31 0.97 0.05 40.69 0.94 0.49
Hex F1 A6 8 0 1F 61 5 29 5E 31
Octal 361 246 10 0 37 141 5 51 136 61
Binary 11110001 10100110 1000 0 11111 1100001 101 101001 1011110 110001

Color Harmonies of #F1A608

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1A608

Black with #F1A608

Text Example


Text Example

White with #F1A608

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1A608; }

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

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

background-color css

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

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

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

border-color css

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

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

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