Html Css Color HEX #F0A908 Orange

📋 copy color: '#F0A908'

red 240 ◦ green 169 ◦ blue 8

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

Shades of Orange #F0A908

Tints of Orange #F0A908

RGB

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

 GREEN value IS 169 (66.41% from 255) = 40.53%

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

R = 57.55%
G = 40.53%
B = 1.92%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.97

 K value IS 0.06

RGB Variations

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

Color information

#F0A908 (or 0xF0A908) is known color: Orange. HEX triplet: F0, A9 and 08. RGB value is (240,169,8). Sum of RGB (Red+Green+Blue) = 240+169+8=417 (55% of max value = 765). Red value is 240 (94.14% from 255 or 57.55% from 417); Green value is 169 (66.41% from 255 or 40.53% from 417); Blue value is 8 (3.52% from 255 or 1.92% from 417); Max value from RGB is 240 - color contains mainly: red. Hex color #F0A908 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #F0A908 is #0F56F7. Grayscale: #ACACAC. Windows color (decimal): -1005304 or 567792. OLE color: 567792.

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

Color convert

RGB 240 169 8 -
CMYK 0 0.30 0.97 0.06
HSL 41.64º 0.94% 0.49% -
HSV(B) 41.64º 0.97% 0.94% -
XYZ 50.17 46.92 6.64 -
YUV 171.88 35.52 176.59 -
System Red Green Blue C M Y K H S L
Decimal 240 169 8 0 0.30 0.97 0.06 41.64 0.94 0.49
Hex F0 A9 8 0 1E 61 6 2A 5E 31
Octal 360 251 10 0 36 141 6 52 136 61
Binary 11110000 10101001 1000 0 11110 1100001 110 101010 1011110 110001

Color Harmonies of #F0A908

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0A908

Black with #F0A908

Text Example


Text Example

White with #F0A908

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0A908; }

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

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

background-color css

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

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

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

border-color css

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

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

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