Html Css Color HEX #F2AF07 Selective Yellow

📋 copy color: '#F2AF07'

red 242 ◦ green 175 ◦ blue 7

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

Shades of Selective Yellow #F2AF07

Tints of Selective Yellow #F2AF07

RGB

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

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

 BLUE value IS 7 (3.13% from 255) = 1.65%

R = 57.08%
G = 41.27%
B = 1.65%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.97

 K value IS 0.05

RGB Variations

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

Color information

#F2AF07 (or 0xF2AF07) is known color: Selective Yellow. HEX triplet: F2, AF and 07. RGB value is (242,175,7). Sum of RGB (Red+Green+Blue) = 242+175+7=424 (56% of max value = 765). Red value is 242 (94.92% from 255 or 57.08% from 424); Green value is 175 (68.75% from 255 or 41.27% from 424); Blue value is 7 (3.12% from 255 or 1.65% from 424); Max value from RGB is 242 - color contains mainly: red. Hex color #F2AF07 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #F2AF07 is #0D50F8. Grayscale: #B0B0B0. Windows color (decimal): -872697 or 503794. OLE color: 503794.

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

Color convert

RGB 242 175 7 -
CMYK 0 0.28 0.97 0.05
HSL 42.89º 0.94% 0.49% -
HSV(B) 42.89º 0.97% 0.95% -
XYZ 51.99 49.55 7.03 -
YUV 175.88 32.7 175.16 -
System Red Green Blue C M Y K H S L
Decimal 242 175 7 0 0.28 0.97 0.05 42.89 0.94 0.49
Hex F2 AF 7 0 1C 61 5 2B 5E 31
Octal 362 257 7 0 34 141 5 53 136 61
Binary 11110010 10101111 111 0 11100 1100001 101 101011 1011110 110001

Color Harmonies of #F2AF07

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2AF07

Black with #F2AF07

Text Example


Text Example

White with #F2AF07

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2AF07; }

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

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

background-color css

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

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

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

border-color css

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

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

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