Html Css Color HEX #F1D332 Golden Dream

📋 copy color: '#F1D332'

red 241 ◦ green 211 ◦ blue 50

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

Shades of Golden Dream #F1D332

Tints of Golden Dream #F1D332

RGB

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

 GREEN value IS 211 (82.81% from 255) = 42.03%

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

R = 48.01%
G = 42.03%
B = 9.96%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.79

 K value IS 0.05

RGB Variations

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

Color information

#F1D332 (or 0xF1D332) is known color: Golden Dream. HEX triplet: F1, D3 and 32. RGB value is (241,211,50). Sum of RGB (Red+Green+Blue) = 241+211+50=502 (66% of max value = 765). Red value is 241 (94.53% from 255 or 48.01% from 502); Green value is 211 (82.81% from 255 or 42.03% from 502); Blue value is 50 (19.92% from 255 or 9.96% from 502); Max value from RGB is 241 - color contains mainly: red. Hex color #F1D332 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F1D332 is #0E2CCD. Grayscale: #CACACA. Windows color (decimal): -928974 or 3331057. OLE color: 3331057.

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

Color convert

RGB 241 211 50 -
CMYK 0 0.12 0.79 0.05
HSL 50.58º 0.87% 0.57% -
HSV(B) 50.58º 0.79% 0.95% -
XYZ 60.15 65.52 12.49 -
YUV 201.62 42.44 156.09 -
System Red Green Blue C M Y K H S L
Decimal 241 211 50 0 0.12 0.79 0.05 50.58 0.87 0.57
Hex F1 D3 32 0 C 4F 5 33 57 39
Octal 361 323 62 0 14 117 5 63 127 71
Binary 11110001 11010011 110010 0 1100 1001111 101 110011 1010111 111001

Color Harmonies of #F1D332

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1D332

Black with #F1D332

Text Example


Text Example

White with #F1D332

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1D332; }

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

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

background-color css

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

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

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

border-color css

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

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

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