Html Css Color HEX #F2AF05 Selective Yellow

📋 copy color: '#F2AF05'

red 242 ◦ green 175 ◦ blue 5

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

Shades of Selective Yellow #F2AF05

Tints of Selective Yellow #F2AF05

RGB

 RED value IS 242 (94.92% from 255) = 57.35%

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

 BLUE value IS 5 (2.34% from 255) = 1.18%

R = 57.35%
G = 41.47%
B = 1.18%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.98

 K value IS 0.05

RGB Variations

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

Color information

#F2AF05 (or 0xF2AF05) is known color: Selective Yellow. HEX triplet: F2, AF and 05. RGB value is (242,175,5). Sum of RGB (Red+Green+Blue) = 242+175+5=422 (55% of max value = 765). Red value is 242 (94.92% from 255 or 57.35% from 422); Green value is 175 (68.75% from 255 or 41.47% from 422); Blue value is 5 (2.34% from 255 or 1.18% from 422); Max value from RGB is 242 - color contains mainly: red. Hex color #F2AF05 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #F2AF05 is #0D50FA. Grayscale: #B0B0B0. Windows color (decimal): -872699 or 372722. OLE color: 372722.

HSL color Cylindrical-coordinate representation of color #F2AF05: hue angle of 43.04º degrees, saturation: 0.96, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #F2AF05 is Cyan = 0, Magento = 0.28, Yellow = 0.98 and Black (K on CMYK) = 0.05.

Color convert

RGB 242 175 5 -
CMYK 0 0.28 0.98 0.05
HSL 43.04º 0.96% 0.48% -
HSV(B) 43.04º 0.98% 0.95% -
XYZ 51.98 49.55 6.97 -
YUV 175.65 31.7 175.32 -
System Red Green Blue C M Y K H S L
Decimal 242 175 5 0 0.28 0.98 0.05 43.04 0.96 0.48
Hex F2 AF 5 0 1C 62 5 2B 60 30
Octal 362 257 5 0 34 142 5 53 140 60
Binary 11110010 10101111 101 0 11100 1100010 101 101011 1100000 110000

Color Harmonies of #F2AF05

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2AF05

Black with #F2AF05

Text Example


Text Example

White with #F2AF05

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2AF05; }

 p { color: rgb(242,175,5); }

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

background-color css

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

 a { background-color: rgb(242,175,5); }

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

border-color css

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

 span { border-color: rgb(242,175,5); }

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