Html Css Color HEX #F2CC32 Golden Dream

📋 copy color: '#F2CC32'

red 242 ◦ green 204 ◦ blue 50

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

Shades of Golden Dream #F2CC32

Tints of Golden Dream #F2CC32

RGB

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

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

 BLUE value IS 50 (19.92% from 255) = 10.08%

R = 48.79%
G = 41.13%
B = 10.08%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.79

 K value IS 0.05

RGB Variations

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

Color information

#F2CC32 (or 0xF2CC32) is known color: Golden Dream. HEX triplet: F2, CC and 32. RGB value is (242,204,50). Sum of RGB (Red+Green+Blue) = 242+204+50=496 (65% of max value = 765). Red value is 242 (94.92% from 255 or 48.79% from 496); Green value is 204 (80.08% from 255 or 41.13% from 496); Blue value is 50 (19.92% from 255 or 10.08% from 496); Max value from RGB is 242 - color contains mainly: red. Hex color #F2CC32 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F2CC32 is #0D33CD. Grayscale: #C6C6C6. Windows color (decimal): -865230 or 3329266. OLE color: 3329266.

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

Color convert

RGB 242 204 50 -
CMYK 0 0.16 0.79 0.05
HSL 48.13º 0.88% 0.57% -
HSV(B) 48.13º 0.79% 0.95% -
XYZ 58.79 62.29 11.94 -
YUV 197.81 44.59 159.52 -
System Red Green Blue C M Y K H S L
Decimal 242 204 50 0 0.16 0.79 0.05 48.13 0.88 0.57
Hex F2 CC 32 0 10 4F 5 30 58 39
Octal 362 314 62 0 20 117 5 60 130 71
Binary 11110010 11001100 110010 0 10000 1001111 101 110000 1011000 111001

Color Harmonies of #F2CC32

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2CC32

Black with #F2CC32

Text Example


Text Example

White with #F2CC32

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2CC32; }

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

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

background-color css

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

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

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

border-color css

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

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

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