Html Css Color HEX #F2CC2C Golden Dream

📋 copy color: '#F2CC2C'

red 242 ◦ green 204 ◦ blue 44

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

Shades of Golden Dream #F2CC2C

Tints of Golden Dream #F2CC2C

RGB

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

 GREEN value IS 204 (80.08% from 255) = 41.63%

 BLUE value IS 44 (17.58% from 255) = 8.98%

R = 49.39%
G = 41.63%
B = 8.98%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.82

 K value IS 0.05

RGB Variations

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

Color information

#F2CC2C (or 0xF2CC2C) is known color: Golden Dream. HEX triplet: F2, CC and 2C. RGB value is (242,204,44). Sum of RGB (Red+Green+Blue) = 242+204+44=490 (64% of max value = 765). Red value is 242 (94.92% from 255 or 49.39% from 490); Green value is 204 (80.08% from 255 or 41.63% from 490); Blue value is 44 (17.58% from 255 or 8.98% from 490); Max value from RGB is 242 - color contains mainly: red. Hex color #F2CC2C is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F2CC2C is #0D33D3. Grayscale: #C5C5C5. Windows color (decimal): -865236 or 2936050. OLE color: 2936050.

HSL color Cylindrical-coordinate representation of color #F2CC2C: hue angle of 48.48º degrees, saturation: 0.88, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #F2CC2C is Cyan = 0, Magento = 0.16, Yellow = 0.82 and Black (K on CMYK) = 0.05.

Color convert

RGB 242 204 44 -
CMYK 0 0.16 0.82 0.05
HSL 48.48º 0.88% 0.56% -
HSV(B) 48.48º 0.82% 0.95% -
XYZ 58.67 62.24 11.31 -
YUV 197.12 41.59 160.01 -
System Red Green Blue C M Y K H S L
Decimal 242 204 44 0 0.16 0.82 0.05 48.48 0.88 0.56
Hex F2 CC 2C 0 10 52 5 30 58 38
Octal 362 314 54 0 20 122 5 60 130 70
Binary 11110010 11001100 101100 0 10000 1010010 101 110000 1011000 111000

Color Harmonies of #F2CC2C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2CC2C

Black with #F2CC2C

Text Example


Text Example

White with #F2CC2C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2CC2C; }

 p { color: rgb(242,204,44); }

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

background-color css

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

 a { background-color: rgb(242,204,44); }

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

border-color css

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

 span { border-color: rgb(242,204,44); }

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