Html Css Color HEX #F2DC09 Golden Yellow

📋 copy color: '#F2DC09'

red 242 ◦ green 220 ◦ blue 9

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

Shades of Golden Yellow #F2DC09

Tints of Golden Yellow #F2DC09

RGB

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

 GREEN value IS 220 (86.33% from 255) = 46.71%

 BLUE value IS 9 (3.91% from 255) = 1.91%

R = 51.38%
G = 46.71%
B = 1.91%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.96

 K value IS 0.05

RGB Variations

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

Color information

#F2DC09 (or 0xF2DC09) is known color: Golden Yellow. HEX triplet: F2, DC and 09. RGB value is (242,220,9). Sum of RGB (Red+Green+Blue) = 242+220+9=471 (62% of max value = 765). Red value is 242 (94.92% from 255 or 51.38% from 471); Green value is 220 (86.33% from 255 or 46.71% from 471); Blue value is 9 (3.91% from 255 or 1.91% from 471); Max value from RGB is 242 - color contains mainly: red. Hex color #F2DC09 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #F2DC09 is #0D23F6. Grayscale: #CBCBCB. Windows color (decimal): -861175 or 646386. OLE color: 646386.

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

Color convert

RGB 242 220 9 -
CMYK 0 0.09 0.96 0.05
HSL 54.33º 0.93% 0.49% -
HSV(B) 54.33º 0.96% 0.95% -
XYZ 62.26 70.08 10.5 -
YUV 202.52 18.79 156.16 -
System Red Green Blue C M Y K H S L
Decimal 242 220 9 0 0.09 0.96 0.05 54.33 0.93 0.49
Hex F2 DC 9 0 9 60 5 36 5D 31
Octal 362 334 11 0 11 140 5 66 135 61
Binary 11110010 11011100 1001 0 1001 1100000 101 110110 1011101 110001

Color Harmonies of #F2DC09

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2DC09

Black with #F2DC09

Text Example


Text Example

White with #F2DC09

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2DC09; }

 p { color: rgb(242,220,9); }

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

background-color css

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

 a { background-color: rgb(242,220,9); }

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

border-color css

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

 span { border-color: rgb(242,220,9); }

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