Html Css Color HEX #F3CC32 Golden Dream

📋 copy color: '#F3CC32'

red 243 ◦ green 204 ◦ blue 50

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

Shades of Golden Dream #F3CC32

Tints of Golden Dream #F3CC32

RGB

 RED value IS 243 (95.31% from 255) = 48.89%

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

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

R = 48.89%
G = 41.05%
B = 10.06%

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

#F3CC32 (or 0xF3CC32) is known color: Golden Dream. HEX triplet: F3, CC and 32. RGB value is (243,204,50). Sum of RGB (Red+Green+Blue) = 243+204+50=497 (65% of max value = 765). Red value is 243 (95.31% from 255 or 48.89% from 497); Green value is 204 (80.08% from 255 or 41.05% from 497); Blue value is 50 (19.92% from 255 or 10.06% from 497); Max value from RGB is 243 - color contains mainly: red. Hex color #F3CC32 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F3CC32 is #0C33CD. Grayscale: #C6C6C6. Windows color (decimal): -799694 or 3329267. OLE color: 3329267.

HSL color Cylindrical-coordinate representation of color #F3CC32: hue angle of 47.88º degrees, saturation: 0.89, 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 #F3CC32 is Cyan = 0, Magento = 0.16, Yellow = 0.79 and Black (K on CMYK) = 0.05.

Color convert

RGB 243 204 50 -
CMYK 0 0.16 0.79 0.05
HSL 47.88º 0.89% 0.57% -
HSV(B) 47.88º 0.79% 0.95% -
XYZ 59.13 62.47 11.96 -
YUV 198.11 44.42 160.02 -
System Red Green Blue C M Y K H S L
Decimal 243 204 50 0 0.16 0.79 0.05 47.88 0.89 0.57
Hex F3 CC 32 0 10 4F 5 30 59 39
Octal 363 314 62 0 20 117 5 60 131 71
Binary 11110011 11001100 110010 0 10000 1001111 101 110000 1011001 111001

Color Harmonies of #F3CC32

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F3CC32

Black with #F3CC32

Text Example


Text Example

White with #F3CC32

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F3CC32; }

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

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

background-color css

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

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

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

border-color css

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

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

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