Html Css Color HEX #F1CC32 Golden Dream

📋 copy color: '#F1CC32'

red 241 ◦ green 204 ◦ blue 50

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

Shades of Golden Dream #F1CC32

Tints of Golden Dream #F1CC32

RGB

 RED value IS 241 (94.53% from 255) = 48.69%

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

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

R = 48.69%
G = 41.21%
B = 10.1%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.79

 K value IS 0.05

RGB Variations

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

Color information

#F1CC32 (or 0xF1CC32) is known color: Golden Dream. HEX triplet: F1, CC and 32. RGB value is (241,204,50). Sum of RGB (Red+Green+Blue) = 241+204+50=495 (65% of max value = 765). Red value is 241 (94.53% from 255 or 48.69% from 495); Green value is 204 (80.08% from 255 or 41.21% from 495); Blue value is 50 (19.92% from 255 or 10.10% from 495); Max value from RGB is 241 - color contains mainly: red. Hex color #F1CC32 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F1CC32 is #0E33CD. Grayscale: #C6C6C6. Windows color (decimal): -930766 or 3329265. OLE color: 3329265.

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

Color convert

RGB 241 204 50 -
CMYK 0 0.15 0.79 0.05
HSL 48.38º 0.87% 0.57% -
HSV(B) 48.38º 0.79% 0.95% -
XYZ 58.44 62.12 11.93 -
YUV 197.51 44.76 159.02 -
System Red Green Blue C M Y K H S L
Decimal 241 204 50 0 0.15 0.79 0.05 48.38 0.87 0.57
Hex F1 CC 32 0 F 4F 5 30 57 39
Octal 361 314 62 0 17 117 5 60 127 71
Binary 11110001 11001100 110010 0 1111 1001111 101 110000 1010111 111001

Color Harmonies of #F1CC32

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1CC32

Black with #F1CC32

Text Example


Text Example

White with #F1CC32

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1CC32; }

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

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

background-color css

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

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

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

border-color css

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

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

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