Html Css Color HEX #F2DF06 Golden Yellow

📋 copy color: '#F2DF06'

red 242 ◦ green 223 ◦ blue 6

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

Shades of Golden Yellow #F2DF06

Tints of Golden Yellow #F2DF06

RGB

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

 GREEN value IS 223 (87.5% from 255) = 47.35%

 BLUE value IS 6 (2.73% from 255) = 1.27%

R = 51.38%
G = 47.35%
B = 1.27%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.98

 K value IS 0.05

RGB Variations

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

Color information

#F2DF06 (or 0xF2DF06) is known color: Golden Yellow. HEX triplet: F2, DF and 06. RGB value is (242,223,6). Sum of RGB (Red+Green+Blue) = 242+223+6=471 (62% of max value = 765). Red value is 242 (94.92% from 255 or 51.38% from 471); Green value is 223 (87.5% from 255 or 47.35% from 471); Blue value is 6 (2.73% from 255 or 1.27% from 471); Max value from RGB is 242 - color contains mainly: red. Hex color #F2DF06 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #F2DF06 is #0D20F9. Grayscale: #CCCCCC. Windows color (decimal): -860410 or 450546. OLE color: 450546.

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

Color convert

RGB 242 223 6 -
CMYK 0 0.08 0.98 0.05
HSL 55.17º 0.95% 0.49% -
HSV(B) 55.17º 0.98% 0.95% -
XYZ 63.04 71.67 10.68 -
YUV 203.94 16.29 155.14 -
System Red Green Blue C M Y K H S L
Decimal 242 223 6 0 0.08 0.98 0.05 55.17 0.95 0.49
Hex F2 DF 6 0 8 62 5 37 5F 31
Octal 362 337 6 0 10 142 5 67 137 61
Binary 11110010 11011111 110 0 1000 1100010 101 110111 1011111 110001

Color Harmonies of #F2DF06

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2DF06

Black with #F2DF06

Text Example


Text Example

White with #F2DF06

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2DF06; }

 p { color: rgb(242,223,6); }

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

background-color css

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

 a { background-color: rgb(242,223,6); }

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

border-color css

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

 span { border-color: rgb(242,223,6); }

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