Html Css Color HEX #F0AF04 Selective Yellow

📋 copy color: '#F0AF04'

red 240 ◦ green 175 ◦ blue 4

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

Shades of Selective Yellow #F0AF04

Tints of Selective Yellow #F0AF04

RGB

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

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

 BLUE value IS 4 (1.95% from 255) = 0.95%

R = 57.28%
G = 41.77%
B = 0.95%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.98

 K value IS 0.06

RGB Variations

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

Color information

#F0AF04 (or 0xF0AF04) is known color: Selective Yellow. HEX triplet: F0, AF and 04. RGB value is (240,175,4). Sum of RGB (Red+Green+Blue) = 240+175+4=419 (55% of max value = 765). Red value is 240 (94.14% from 255 or 57.28% from 419); Green value is 175 (68.75% from 255 or 41.77% from 419); Blue value is 4 (1.95% from 255 or 0.95% from 419); Max value from RGB is 240 - color contains mainly: red. Hex color #F0AF04 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #F0AF04 is #0F50FB. Grayscale: #AFAFAF. Windows color (decimal): -1003772 or 307184. OLE color: 307184.

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

Color convert

RGB 240 175 4 -
CMYK 0 0.27 0.98 0.06
HSL 43.47º 0.97% 0.48% -
HSV(B) 43.47º 0.98% 0.94% -
XYZ 51.29 49.19 6.91 -
YUV 174.94 31.53 174.4 -
System Red Green Blue C M Y K H S L
Decimal 240 175 4 0 0.27 0.98 0.06 43.47 0.97 0.48
Hex F0 AF 4 0 1B 62 6 2B 61 30
Octal 360 257 4 0 33 142 6 53 141 60
Binary 11110000 10101111 100 0 11011 1100010 110 101011 1100001 110000

Color Harmonies of #F0AF04

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0AF04

Black with #F0AF04

Text Example


Text Example

White with #F0AF04

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0AF04; }

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

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

background-color css

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

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

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

border-color css

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

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

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