Html Css Color HEX #F1D72B Golden Dream

📋 copy color: '#F1D72B'

red 241 ◦ green 215 ◦ blue 43

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

Shades of Golden Dream #F1D72B

Tints of Golden Dream #F1D72B

RGB

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

 GREEN value IS 215 (84.38% from 255) = 43.09%

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

R = 48.3%
G = 43.09%
B = 8.62%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.82

 K value IS 0.05

RGB Variations

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

Color information

#F1D72B (or 0xF1D72B) is known color: Golden Dream. HEX triplet: F1, D7 and 2B. RGB value is (241,215,43). Sum of RGB (Red+Green+Blue) = 241+215+43=499 (66% of max value = 765). Red value is 241 (94.53% from 255 or 48.30% from 499); Green value is 215 (84.38% from 255 or 43.09% from 499); Blue value is 43 (17.19% from 255 or 8.62% from 499); Max value from RGB is 241 - color contains mainly: red. Hex color #F1D72B is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F1D72B is #0E28D4. Grayscale: #CBCBCB. Windows color (decimal): -927957 or 2873329. OLE color: 2873329.

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

Color convert

RGB 241 215 43 -
CMYK 0 0.11 0.82 0.05
HSL 52.12º 0.88% 0.56% -
HSV(B) 52.12º 0.82% 0.95% -
XYZ 61.01 67.48 12.09 -
YUV 203.17 37.61 154.99 -
System Red Green Blue C M Y K H S L
Decimal 241 215 43 0 0.11 0.82 0.05 52.12 0.88 0.56
Hex F1 D7 2B 0 B 52 5 34 58 38
Octal 361 327 53 0 13 122 5 64 130 70
Binary 11110001 11010111 101011 0 1011 1010010 101 110100 1011000 111000

Color Harmonies of #F1D72B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1D72B

Black with #F1D72B

Text Example


Text Example

White with #F1D72B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1D72B; }

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

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

background-color css

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

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

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

border-color css

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

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

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