Html Css Color HEX #F1D42C Golden Dream

📋 copy color: '#F1D42C'

red 241 ◦ green 212 ◦ blue 44

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

Shades of Golden Dream #F1D42C

Tints of Golden Dream #F1D42C

RGB

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

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

 BLUE value IS 44 (17.58% from 255) = 8.85%

R = 48.49%
G = 42.66%
B = 8.85%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.82

 K value IS 0.05

RGB Variations

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

Color information

#F1D42C (or 0xF1D42C) is known color: Golden Dream. HEX triplet: F1, D4 and 2C. RGB value is (241,212,44). Sum of RGB (Red+Green+Blue) = 241+212+44=497 (65% of max value = 765). Red value is 241 (94.53% from 255 or 48.49% from 497); Green value is 212 (83.20% from 255 or 42.66% from 497); Blue value is 44 (17.58% from 255 or 8.85% from 497); Max value from RGB is 241 - color contains mainly: red. Hex color #F1D42C is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F1D42C is #0E2BD3. Grayscale: #CACACA. Windows color (decimal): -928724 or 2938097. OLE color: 2938097.

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

Color convert

RGB 241 212 44 -
CMYK 0 0.12 0.82 0.05
HSL 51.17º 0.88% 0.56% -
HSV(B) 51.17º 0.82% 0.95% -
XYZ 60.27 65.97 11.94 -
YUV 201.52 39.11 156.16 -
System Red Green Blue C M Y K H S L
Decimal 241 212 44 0 0.12 0.82 0.05 51.17 0.88 0.56
Hex F1 D4 2C 0 C 52 5 33 58 38
Octal 361 324 54 0 14 122 5 63 130 70
Binary 11110001 11010100 101100 0 1100 1010010 101 110011 1011000 111000

Color Harmonies of #F1D42C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1D42C

Black with #F1D42C

Text Example


Text Example

White with #F1D42C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1D42C; }

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

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

background-color css

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

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

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

border-color css

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

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

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