Html Css Color HEX #F2CC28 Golden Dream

📋 copy color: '#F2CC28'

red 242 ◦ green 204 ◦ blue 40

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

Shades of Golden Dream #F2CC28

Tints of Golden Dream #F2CC28

RGB

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

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

 BLUE value IS 40 (16.02% from 255) = 8.23%

R = 49.79%
G = 41.98%
B = 8.23%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.83

 K value IS 0.05

RGB Variations

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

Color information

#F2CC28 (or 0xF2CC28) is known color: Golden Dream. HEX triplet: F2, CC and 28. RGB value is (242,204,40). Sum of RGB (Red+Green+Blue) = 242+204+40=486 (64% of max value = 765). Red value is 242 (94.92% from 255 or 49.79% from 486); Green value is 204 (80.08% from 255 or 41.98% from 486); Blue value is 40 (16.02% from 255 or 8.23% from 486); Max value from RGB is 242 - color contains mainly: red. Hex color #F2CC28 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F2CC28 is #0D33D7. Grayscale: #C5C5C5. Windows color (decimal): -865240 or 2673906. OLE color: 2673906.

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

Color convert

RGB 242 204 40 -
CMYK 0 0.16 0.83 0.05
HSL 48.71º 0.89% 0.55% -
HSV(B) 48.71º 0.83% 0.95% -
XYZ 58.59 62.22 10.93 -
YUV 196.67 39.59 160.34 -
System Red Green Blue C M Y K H S L
Decimal 242 204 40 0 0.16 0.83 0.05 48.71 0.89 0.55
Hex F2 CC 28 0 10 53 5 31 59 37
Octal 362 314 50 0 20 123 5 61 131 67
Binary 11110010 11001100 101000 0 10000 1010011 101 110001 1011001 110111

Color Harmonies of #F2CC28

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2CC28

Black with #F2CC28

Text Example


Text Example

White with #F2CC28

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2CC28; }

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

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

background-color css

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

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

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

border-color css

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

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

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