Html Css Color HEX #F2DD00 Golden Yellow

📋 copy color: '#F2DD00'

red 242 ◦ green 221 ◦ blue 0

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

Shades of Golden Yellow #F2DD00

Tints of Golden Yellow #F2DD00

RGB

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

 GREEN value IS 221 (86.72% from 255) = 47.73%

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

R = 52.27%
G = 47.73%
B = 0%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 1

 K value IS 0.05

RGB Variations

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

Color information

#F2DD00 (or 0xF2DD00) is known color: Golden Yellow. HEX triplet: F2, DD and 00. RGB value is (242,221,0). Sum of RGB (Red+Green+Blue) = 242+221+0=463 (61% of max value = 765). Red value is 242 (94.92% from 255 or 52.27% from 463); Green value is 221 (86.72% from 255 or 47.73% from 463); Blue value is 0 (0.39% from 255 or 0% from 463); Max value from RGB is 242 - color contains mainly: red. Hex color #F2DD00 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #F2DD00 is #0D22FF. Grayscale: #CACACA. Windows color (decimal): -860928 or 56818. OLE color: 56818.

HSL color Cylindrical-coordinate representation of color #F2DD00: hue angle of 54.79º 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 #F2DD00 is Cyan = 0, Magento = 0.09, Yellow = 1 and Black (K on CMYK) = 0.05.

Color convert

RGB 242 221 0 -
CMYK 0 0.09 1 0.05
HSL 54.79º 1% 0.47% -
HSV(B) 54.79º 1% 0.95% -
XYZ 62.47 70.59 10.33 -
YUV 202.09 13.96 156.47 -
System Red Green Blue C M Y K H S L
Decimal 242 221 0 0 0.09 1 0.05 54.79 1 0.47
Hex F2 DD 0 0 9 64 5 37 64 2F
Octal 362 335 0 0 11 144 5 67 144 57
Binary 11110010 11011101 0 0 1001 1100100 101 110111 1100100 101111

Color Harmonies of #F2DD00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2DD00

Black with #F2DD00

Text Example


Text Example

White with #F2DD00

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2DD00; }

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

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

background-color css

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

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

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

border-color css

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

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

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