Html Css Color HEX #F1D428 Golden Dream

📋 copy color: '#F1D428'

red 241 ◦ green 212 ◦ blue 40

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

Shades of Golden Dream #F1D428

Tints of Golden Dream #F1D428

RGB

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

 GREEN value IS 212 (83.2% from 255) = 43%

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

R = 48.88%
G = 43%
B = 8.11%

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

#F1D428 (or 0xF1D428) is known color: Golden Dream. HEX triplet: F1, D4 and 28. RGB value is (241,212,40). Sum of RGB (Red+Green+Blue) = 241+212+40=493 (65% of max value = 765). Red value is 241 (94.53% from 255 or 48.88% from 493); Green value is 212 (83.20% from 255 or 43.00% from 493); Blue value is 40 (16.02% from 255 or 8.11% from 493); Max value from RGB is 241 - color contains mainly: red. Hex color #F1D428 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F1D428 is #0E2BD7. Grayscale: #C9C9C9. Windows color (decimal): -928728 or 2675953. OLE color: 2675953.

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

Color convert

RGB 241 212 40 -
CMYK 0 0.12 0.83 0.05
HSL 51.34º 0.88% 0.55% -
HSV(B) 51.34º 0.83% 0.95% -
XYZ 60.2 65.94 11.56 -
YUV 201.06 37.11 156.49 -
System Red Green Blue C M Y K H S L
Decimal 241 212 40 0 0.12 0.83 0.05 51.34 0.88 0.55
Hex F1 D4 28 0 C 53 5 33 58 37
Octal 361 324 50 0 14 123 5 63 130 67
Binary 11110001 11010100 101000 0 1100 1010011 101 110011 1011000 110111

Color Harmonies of #F1D428

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1D428

Black with #F1D428

Text Example


Text Example

White with #F1D428

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1D428; }

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

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

background-color css

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

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

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

border-color css

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

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

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