Html Css Color HEX #F1D528 Golden Dream

📋 copy color: '#F1D528'

red 241 ◦ green 213 ◦ blue 40

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

Shades of Golden Dream #F1D528

Tints of Golden Dream #F1D528

RGB

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

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

 BLUE value IS 40 (16.02% from 255) = 8.1%

R = 48.79%
G = 43.12%
B = 8.1%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.83

 K value IS 0.05

RGB Variations

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

Color information

#F1D528 (or 0xF1D528) is known color: Golden Dream. HEX triplet: F1, D5 and 28. RGB value is (241,213,40). Sum of RGB (Red+Green+Blue) = 241+213+40=494 (65% of max value = 765). Red value is 241 (94.53% from 255 or 48.79% from 494); Green value is 213 (83.59% from 255 or 43.12% from 494); Blue value is 40 (16.02% from 255 or 8.10% from 494); Max value from RGB is 241 - color contains mainly: red. Hex color #F1D528 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F1D528 is #0E2AD7. Grayscale: #CACACA. Windows color (decimal): -928472 or 2676209. OLE color: 2676209.

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

Color convert

RGB 241 213 40 -
CMYK 0 0.12 0.83 0.05
HSL 51.64º 0.88% 0.55% -
HSV(B) 51.64º 0.83% 0.95% -
XYZ 60.45 66.44 11.65 -
YUV 201.65 36.78 156.07 -
System Red Green Blue C M Y K H S L
Decimal 241 213 40 0 0.12 0.83 0.05 51.64 0.88 0.55
Hex F1 D5 28 0 C 53 5 34 58 37
Octal 361 325 50 0 14 123 5 64 130 67
Binary 11110001 11010101 101000 0 1100 1010011 101 110100 1011000 110111

Color Harmonies of #F1D528

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1D528

Black with #F1D528

Text Example


Text Example

White with #F1D528

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1D528; }

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

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

background-color css

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

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

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

border-color css

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

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

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