Html Css Color HEX #F1D52B Golden Dream

📋 copy color: '#F1D52B'

red 241 ◦ green 213 ◦ blue 43

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

Shades of Golden Dream #F1D52B

Tints of Golden Dream #F1D52B

RGB

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

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

 BLUE value IS 43 (17.19% from 255) = 8.65%

R = 48.49%
G = 42.86%
B = 8.65%

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

#F1D52B (or 0xF1D52B) is known color: Golden Dream. HEX triplet: F1, D5 and 2B. RGB value is (241,213,43). Sum of RGB (Red+Green+Blue) = 241+213+43=497 (65% of max value = 765). Red value is 241 (94.53% from 255 or 48.49% from 497); Green value is 213 (83.59% from 255 or 42.86% from 497); Blue value is 43 (17.19% from 255 or 8.65% from 497); Max value from RGB is 241 - color contains mainly: red. Hex color #F1D52B is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F1D52B is #0E2AD4. Grayscale: #CACACA. Windows color (decimal): -928469 or 2872817. OLE color: 2872817.

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

Color convert

RGB 241 213 43 -
CMYK 0 0.12 0.82 0.05
HSL 51.52º 0.88% 0.56% -
HSV(B) 51.52º 0.82% 0.95% -
XYZ 60.51 66.46 11.93 -
YUV 201.99 38.28 155.82 -
System Red Green Blue C M Y K H S L
Decimal 241 213 43 0 0.12 0.82 0.05 51.52 0.88 0.56
Hex F1 D5 2B 0 C 52 5 34 58 38
Octal 361 325 53 0 14 122 5 64 130 70
Binary 11110001 11010101 101011 0 1100 1010010 101 110100 1011000 111000

Color Harmonies of #F1D52B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1D52B

Black with #F1D52B

Text Example


Text Example

White with #F1D52B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1D52B; }

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

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

background-color css

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

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

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

border-color css

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

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

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