Html Css Color HEX #F1D532 Golden Dream

📋 copy color: '#F1D532'

red 241 ◦ green 213 ◦ blue 50

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

Shades of Golden Dream #F1D532

Tints of Golden Dream #F1D532

RGB

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

 GREEN value IS 213 (83.59% from 255) = 42.26%

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

R = 47.82%
G = 42.26%
B = 9.92%

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

#F1D532 (or 0xF1D532) is known color: Golden Dream. HEX triplet: F1, D5 and 32. RGB value is (241,213,50). Sum of RGB (Red+Green+Blue) = 241+213+50=504 (66% of max value = 765). Red value is 241 (94.53% from 255 or 47.82% from 504); Green value is 213 (83.59% from 255 or 42.26% from 504); Blue value is 50 (19.92% from 255 or 9.92% from 504); Max value from RGB is 241 - color contains mainly: red. Hex color #F1D532 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F1D532 is #0E2ACD. Grayscale: #CBCBCB. Windows color (decimal): -928462 or 3331569. OLE color: 3331569.

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

Color convert

RGB 241 213 50 -
CMYK 0 0.12 0.79 0.05
HSL 51.2º 0.87% 0.57% -
HSV(B) 51.2º 0.79% 0.95% -
XYZ 60.65 66.52 12.66 -
YUV 202.79 41.78 155.25 -
System Red Green Blue C M Y K H S L
Decimal 241 213 50 0 0.12 0.79 0.05 51.2 0.87 0.57
Hex F1 D5 32 0 C 4F 5 33 57 39
Octal 361 325 62 0 14 117 5 63 127 71
Binary 11110001 11010101 110010 0 1100 1001111 101 110011 1010111 111001

Color Harmonies of #F1D532

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1D532

Black with #F1D532

Text Example


Text Example

White with #F1D532

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1D532; }

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

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

background-color css

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

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

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

border-color css

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

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

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