Html Css Color HEX #F2DE07 Golden Yellow

📋 copy color: '#F2DE07'

red 242 ◦ green 222 ◦ blue 7

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

Shades of Golden Yellow #F2DE07

Tints of Golden Yellow #F2DE07

RGB

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

 GREEN value IS 222 (87.11% from 255) = 47.13%

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

R = 51.38%
G = 47.13%
B = 1.49%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.97

 K value IS 0.05

RGB Variations

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

Color information

#F2DE07 (or 0xF2DE07) is known color: Golden Yellow. HEX triplet: F2, DE and 07. RGB value is (242,222,7). Sum of RGB (Red+Green+Blue) = 242+222+7=471 (62% of max value = 765). Red value is 242 (94.92% from 255 or 51.38% from 471); Green value is 222 (87.11% from 255 or 47.13% from 471); Blue value is 7 (3.12% from 255 or 1.49% from 471); Max value from RGB is 242 - color contains mainly: red. Hex color #F2DE07 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #F2DE07 is #0D21F8. Grayscale: #CCCCCC. Windows color (decimal): -860665 or 515826. OLE color: 515826.

HSL color Cylindrical-coordinate representation of color #F2DE07: hue angle of 54.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 #F2DE07 is Cyan = 0, Magento = 0.08, Yellow = 0.97 and Black (K on CMYK) = 0.05.

Color convert

RGB 242 222 7 -
CMYK 0 0.08 0.97 0.05
HSL 54.89º 0.94% 0.49% -
HSV(B) 54.89º 0.97% 0.95% -
XYZ 62.78 71.14 10.62 -
YUV 203.47 17.13 155.48 -
System Red Green Blue C M Y K H S L
Decimal 242 222 7 0 0.08 0.97 0.05 54.89 0.94 0.49
Hex F2 DE 7 0 8 61 5 37 5E 31
Octal 362 336 7 0 10 141 5 67 136 61
Binary 11110010 11011110 111 0 1000 1100001 101 110111 1011110 110001

Color Harmonies of #F2DE07

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2DE07

Black with #F2DE07

Text Example


Text Example

White with #F2DE07

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2DE07; }

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

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

background-color css

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

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

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

border-color css

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

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

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