Html Css Color HEX #F2CE28 Golden Dream

📋 copy color: '#F2CE28'

red 242 ◦ green 206 ◦ blue 40

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

Shades of Golden Dream #F2CE28

Tints of Golden Dream #F2CE28

RGB

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

 GREEN value IS 206 (80.86% from 255) = 42.21%

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

R = 49.59%
G = 42.21%
B = 8.2%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.83

 K value IS 0.05

RGB Variations

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

Color information

#F2CE28 (or 0xF2CE28) is known color: Golden Dream. HEX triplet: F2, CE and 28. RGB value is (242,206,40). Sum of RGB (Red+Green+Blue) = 242+206+40=488 (64% of max value = 765). Red value is 242 (94.92% from 255 or 49.59% from 488); Green value is 206 (80.86% from 255 or 42.21% from 488); Blue value is 40 (16.02% from 255 or 8.20% from 488); Max value from RGB is 242 - color contains mainly: red. Hex color #F2CE28 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F2CE28 is #0D31D7. Grayscale: #C6C6C6. Windows color (decimal): -864728 or 2674418. OLE color: 2674418.

HSL color Cylindrical-coordinate representation of color #F2CE28: hue angle of 49.31º 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 #F2CE28 is Cyan = 0, Magento = 0.15, Yellow = 0.83 and Black (K on CMYK) = 0.05.

Color convert

RGB 242 206 40 -
CMYK 0 0.15 0.83 0.05
HSL 49.31º 0.89% 0.55% -
HSV(B) 49.31º 0.83% 0.95% -
XYZ 59.07 63.17 11.09 -
YUV 197.84 38.93 159.5 -
System Red Green Blue C M Y K H S L
Decimal 242 206 40 0 0.15 0.83 0.05 49.31 0.89 0.55
Hex F2 CE 28 0 F 53 5 31 59 37
Octal 362 316 50 0 17 123 5 61 131 67
Binary 11110010 11001110 101000 0 1111 1010011 101 110001 1011001 110111

Color Harmonies of #F2CE28

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2CE28

Black with #F2CE28

Text Example


Text Example

White with #F2CE28

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2CE28; }

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

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

background-color css

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

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

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

border-color css

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

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

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