Html Css Color HEX #F0AF02 Selective Yellow

📋 copy color: '#F0AF02'

red 240 ◦ green 175 ◦ blue 2

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

Shades of Selective Yellow #F0AF02

Tints of Selective Yellow #F0AF02

RGB

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

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

 BLUE value IS 2 (1.17% from 255) = 0.48%

R = 57.55%
G = 41.97%
B = 0.48%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.99

 K value IS 0.06

RGB Variations

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

Color information

#F0AF02 (or 0xF0AF02) is known color: Selective Yellow. HEX triplet: F0, AF and 02. RGB value is (240,175,2). Sum of RGB (Red+Green+Blue) = 240+175+2=417 (55% of max value = 765). Red value is 240 (94.14% from 255 or 57.55% from 417); Green value is 175 (68.75% from 255 or 41.97% from 417); Blue value is 2 (1.17% from 255 or 0.48% from 417); Max value from RGB is 240 - color contains mainly: red. Hex color #F0AF02 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #F0AF02 is #0F50FD. Grayscale: #AFAFAF. Windows color (decimal): -1003774 or 176112. OLE color: 176112.

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

Color convert

RGB 240 175 2 -
CMYK 0 0.27 0.99 0.06
HSL 43.61º 0.98% 0.47% -
HSV(B) 43.61º 0.99% 0.94% -
XYZ 51.28 49.19 6.85 -
YUV 174.71 30.53 174.57 -
System Red Green Blue C M Y K H S L
Decimal 240 175 2 0 0.27 0.99 0.06 43.61 0.98 0.47
Hex F0 AF 2 0 1B 63 6 2C 62 2F
Octal 360 257 2 0 33 143 6 54 142 57
Binary 11110000 10101111 10 0 11011 1100011 110 101100 1100010 101111

Color Harmonies of #F0AF02

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0AF02

Black with #F0AF02

Text Example


Text Example

White with #F0AF02

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0AF02; }

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

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

background-color css

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

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

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

border-color css

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

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

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