Html Css Color HEX #F0AF08 Selective Yellow

📋 copy color: '#F0AF08'

red 240 ◦ green 175 ◦ blue 8

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

Shades of Selective Yellow #F0AF08

Tints of Selective Yellow #F0AF08

RGB

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

 GREEN value IS 175 (68.75% from 255) = 41.37%

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

R = 56.74%
G = 41.37%
B = 1.89%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.97

 K value IS 0.06

RGB Variations

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

Color information

#F0AF08 (or 0xF0AF08) is known color: Selective Yellow. HEX triplet: F0, AF and 08. RGB value is (240,175,8). Sum of RGB (Red+Green+Blue) = 240+175+8=423 (56% of max value = 765). Red value is 240 (94.14% from 255 or 56.74% from 423); Green value is 175 (68.75% from 255 or 41.37% from 423); Blue value is 8 (3.52% from 255 or 1.89% from 423); Max value from RGB is 240 - color contains mainly: red. Hex color #F0AF08 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #F0AF08 is #0F50F7. Grayscale: #B0B0B0. Windows color (decimal): -1003768 or 569328. OLE color: 569328.

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

Color convert

RGB 240 175 8 -
CMYK 0 0.27 0.97 0.06
HSL 43.19º 0.94% 0.49% -
HSV(B) 43.19º 0.97% 0.94% -
XYZ 51.31 49.2 7.02 -
YUV 175.4 33.53 174.08 -
System Red Green Blue C M Y K H S L
Decimal 240 175 8 0 0.27 0.97 0.06 43.19 0.94 0.49
Hex F0 AF 8 0 1B 61 6 2B 5E 31
Octal 360 257 10 0 33 141 6 53 136 61
Binary 11110000 10101111 1000 0 11011 1100001 110 101011 1011110 110001

Color Harmonies of #F0AF08

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0AF08

Black with #F0AF08

Text Example


Text Example

White with #F0AF08

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0AF08; }

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

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

background-color css

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

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

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

border-color css

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

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

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