Html Css Color HEX #F2CE35 Golden Dream

📋 copy color: '#F2CE35'

red 242 ◦ green 206 ◦ blue 53

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

Shades of Golden Dream #F2CE35

Tints of Golden Dream #F2CE35

RGB

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

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

 BLUE value IS 53 (21.09% from 255) = 10.58%

R = 48.3%
G = 41.12%
B = 10.58%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.78

 K value IS 0.05

RGB Variations

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

Color information

#F2CE35 (or 0xF2CE35) is known color: Golden Dream. HEX triplet: F2, CE and 35. RGB value is (242,206,53). Sum of RGB (Red+Green+Blue) = 242+206+53=501 (66% of max value = 765). Red value is 242 (94.92% from 255 or 48.30% from 501); Green value is 206 (80.86% from 255 or 41.12% from 501); Blue value is 53 (21.09% from 255 or 10.58% from 501); Max value from RGB is 242 - color contains mainly: red. Hex color #F2CE35 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F2CE35 is #0D31CA. Grayscale: #C7C7C7. Windows color (decimal): -864715 or 3526386. OLE color: 3526386.

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

Color convert

RGB 242 206 53 -
CMYK 0 0.15 0.78 0.05
HSL 48.57º 0.88% 0.58% -
HSV(B) 48.57º 0.78% 0.95% -
XYZ 59.33 63.28 12.45 -
YUV 199.32 45.43 158.44 -
System Red Green Blue C M Y K H S L
Decimal 242 206 53 0 0.15 0.78 0.05 48.57 0.88 0.58
Hex F2 CE 35 0 F 4E 5 31 58 3A
Octal 362 316 65 0 17 116 5 61 130 72
Binary 11110010 11001110 110101 0 1111 1001110 101 110001 1011000 111010

Color Harmonies of #F2CE35

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2CE35

Black with #F2CE35

Text Example


Text Example

White with #F2CE35

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2CE35; }

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

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

background-color css

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

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

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

border-color css

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

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

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