Html Css Color HEX #F2DC0A Golden Yellow

📋 copy color: '#F2DC0A'

red 242 ◦ green 220 ◦ blue 10

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

Shades of Golden Yellow #F2DC0A

Tints of Golden Yellow #F2DC0A

RGB

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

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

 BLUE value IS 10 (4.3% from 255) = 2.12%

R = 51.27%
G = 46.61%
B = 2.12%

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

#F2DC0A (or 0xF2DC0A) is known color: Golden Yellow. HEX triplet: F2, DC and 0A. RGB value is (242,220,10). Sum of RGB (Red+Green+Blue) = 242+220+10=472 (62% of max value = 765). Red value is 242 (94.92% from 255 or 51.27% from 472); Green value is 220 (86.33% from 255 or 46.61% from 472); Blue value is 10 (4.30% from 255 or 2.12% from 472); Max value from RGB is 242 - color contains mainly: red. Hex color #F2DC0A is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #F2DC0A is #0D23F5. Grayscale: #CBCBCB. Windows color (decimal): -861174 or 711922. OLE color: 711922.

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

Color convert

RGB 242 220 10 -
CMYK 0 0.09 0.96 0.05
HSL 54.31º 0.92% 0.49% -
HSV(B) 54.31º 0.96% 0.95% -
XYZ 62.27 70.09 10.53 -
YUV 202.64 19.29 156.08 -
System Red Green Blue C M Y K H S L
Decimal 242 220 10 0 0.09 0.96 0.05 54.31 0.92 0.49
Hex F2 DC A 0 9 60 5 36 5C 31
Octal 362 334 12 0 11 140 5 66 134 61
Binary 11110010 11011100 1010 0 1001 1100000 101 110110 1011100 110001

Color Harmonies of #F2DC0A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2DC0A

Black with #F2DC0A

Text Example


Text Example

White with #F2DC0A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2DC0A; }

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

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

background-color css

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

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

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

border-color css

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

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

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