Html Css Color HEX #F0A608 Orange

📋 copy color: '#F0A608'

red 240 ◦ green 166 ◦ blue 8

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

Shades of Orange #F0A608

Tints of Orange #F0A608

RGB

 RED value IS 240 (94.14% from 255) = 57.97%

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

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

R = 57.97%
G = 40.1%
B = 1.93%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.97

 K value IS 0.06

RGB Variations

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

Color information

#F0A608 (or 0xF0A608) is known color: Orange. HEX triplet: F0, A6 and 08. RGB value is (240,166,8). Sum of RGB (Red+Green+Blue) = 240+166+8=414 (54% of max value = 765). Red value is 240 (94.14% from 255 or 57.97% from 414); Green value is 166 (65.23% from 255 or 40.10% from 414); Blue value is 8 (3.52% from 255 or 1.93% from 414); Max value from RGB is 240 - color contains mainly: red. Hex color #F0A608 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #F0A608 is #0F59F7. Grayscale: #AAAAAA. Windows color (decimal): -1006072 or 567024. OLE color: 567024.

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

Color convert

RGB 240 166 8 -
CMYK 0 0.31 0.97 0.06
HSL 40.86º 0.94% 0.49% -
HSV(B) 40.86º 0.97% 0.94% -
XYZ 49.62 45.82 6.46 -
YUV 170.11 36.52 177.85 -
System Red Green Blue C M Y K H S L
Decimal 240 166 8 0 0.31 0.97 0.06 40.86 0.94 0.49
Hex F0 A6 8 0 1F 61 6 29 5E 31
Octal 360 246 10 0 37 141 6 51 136 61
Binary 11110000 10100110 1000 0 11111 1100001 110 101001 1011110 110001

Color Harmonies of #F0A608

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0A608

Black with #F0A608

Text Example


Text Example

White with #F0A608

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0A608; }

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

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

background-color css

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

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

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

border-color css

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

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

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