Html Css Color HEX #F2AF04 Selective Yellow

📋 copy color: '#F2AF04'

red 242 ◦ green 175 ◦ blue 4

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

Shades of Selective Yellow #F2AF04

Tints of Selective Yellow #F2AF04

RGB

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

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

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

R = 57.48%
G = 41.57%
B = 0.95%

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

#F2AF04 (or 0xF2AF04) is known color: Selective Yellow. HEX triplet: F2, AF and 04. RGB value is (242,175,4). Sum of RGB (Red+Green+Blue) = 242+175+4=421 (55% of max value = 765). Red value is 242 (94.92% from 255 or 57.48% from 421); Green value is 175 (68.75% from 255 or 41.57% from 421); Blue value is 4 (1.95% from 255 or 0.95% from 421); Max value from RGB is 242 - color contains mainly: red. Hex color #F2AF04 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #F2AF04 is #0D50FB. Grayscale: #B0B0B0. Windows color (decimal): -872700 or 307186. OLE color: 307186.

HSL color Cylindrical-coordinate representation of color #F2AF04: hue angle of 43.11º degrees, saturation: 0.97, 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 #F2AF04 is Cyan = 0, Magento = 0.28, Yellow = 0.98 and Black (K on CMYK) = 0.05.

Color convert

RGB 242 175 4 -
CMYK 0 0.28 0.98 0.05
HSL 43.11º 0.97% 0.48% -
HSV(B) 43.11º 0.98% 0.95% -
XYZ 51.97 49.55 6.94 -
YUV 175.54 31.2 175.4 -
System Red Green Blue C M Y K H S L
Decimal 242 175 4 0 0.28 0.98 0.05 43.11 0.97 0.48
Hex F2 AF 4 0 1C 62 5 2B 61 30
Octal 362 257 4 0 34 142 5 53 141 60
Binary 11110010 10101111 100 0 11100 1100010 101 101011 1100001 110000

Color Harmonies of #F2AF04

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2AF04

Black with #F2AF04

Text Example


Text Example

White with #F2AF04

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2AF04; }

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

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

background-color css

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

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

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

border-color css

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

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

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