Html Css Color HEX #F2AF00 Selective Yellow

📋 copy color: '#F2AF00'

red 242 ◦ green 175 ◦ blue 0

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

Shades of Selective Yellow #F2AF00

Tints of Selective Yellow #F2AF00

RGB

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

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

 BLUE value IS 0 (0.39% from 255) = 0%

R = 58.03%
G = 41.97%
B = 0%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 1

 K value IS 0.05

RGB Variations

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

Color information

#F2AF00 (or 0xF2AF00) is known color: Selective Yellow. HEX triplet: F2, AF and 00. RGB value is (242,175,0). Sum of RGB (Red+Green+Blue) = 242+175+0=417 (55% of max value = 765). Red value is 242 (94.92% from 255 or 58.03% from 417); Green value is 175 (68.75% from 255 or 41.97% from 417); Blue value is 0 (0.39% from 255 or 0% from 417); Max value from RGB is 242 - color contains mainly: red. Hex color #F2AF00 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #F2AF00 is #0D50FF. Grayscale: #AFAFAF. Windows color (decimal): -872704 or 45042. OLE color: 45042.

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

Color convert

RGB 242 175 0 -
CMYK 0 0.28 1 0.05
HSL 43.39º 1% 0.47% -
HSV(B) 43.39º 1% 0.95% -
XYZ 51.95 49.54 6.82 -
YUV 175.08 29.2 175.73 -
System Red Green Blue C M Y K H S L
Decimal 242 175 0 0 0.28 1 0.05 43.39 1 0.47
Hex F2 AF 0 0 1C 64 5 2B 64 2F
Octal 362 257 0 0 34 144 5 53 144 57
Binary 11110010 10101111 0 0 11100 1100100 101 101011 1100100 101111

Color Harmonies of #F2AF00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2AF00

Black with #F2AF00

Text Example


Text Example

White with #F2AF00

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2AF00; }

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

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

background-color css

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

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

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

border-color css

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

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

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