Html Css Color HEX #F1CE31 Golden Dream

📋 copy color: '#F1CE31'

red 241 ◦ green 206 ◦ blue 49

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

Shades of Golden Dream #F1CE31

Tints of Golden Dream #F1CE31

RGB

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

 GREEN value IS 206 (80.86% from 255) = 41.53%

 BLUE value IS 49 (19.53% from 255) = 9.88%

R = 48.59%
G = 41.53%
B = 9.88%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.80

 K value IS 0.05

RGB Variations

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

Color information

#F1CE31 (or 0xF1CE31) is known color: Golden Dream. HEX triplet: F1, CE and 31. RGB value is (241,206,49). Sum of RGB (Red+Green+Blue) = 241+206+49=496 (65% of max value = 765). Red value is 241 (94.53% from 255 or 48.59% from 496); Green value is 206 (80.86% from 255 or 41.53% from 496); Blue value is 49 (19.53% from 255 or 9.88% from 496); Max value from RGB is 241 - color contains mainly: red. Hex color #F1CE31 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F1CE31 is #0E31CE. Grayscale: #C7C7C7. Windows color (decimal): -930255 or 3264241. OLE color: 3264241.

HSL color Cylindrical-coordinate representation of color #F1CE31: hue angle of 49.06º degrees, saturation: 0.87, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #F1CE31 is Cyan = 0, Magento = 0.15, Yellow = 0.80 and Black (K on CMYK) = 0.05.

Color convert

RGB 241 206 49 -
CMYK 0 0.15 0.80 0.05
HSL 49.06º 0.87% 0.57% -
HSV(B) 49.06º 0.8% 0.95% -
XYZ 58.9 63.07 11.97 -
YUV 198.57 43.6 158.27 -
System Red Green Blue C M Y K H S L
Decimal 241 206 49 0 0.15 0.80 0.05 49.06 0.87 0.57
Hex F1 CE 31 0 F 50 5 31 57 39
Octal 361 316 61 0 17 120 5 61 127 71
Binary 11110001 11001110 110001 0 1111 1010000 101 110001 1010111 111001

Color Harmonies of #F1CE31

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1CE31

Black with #F1CE31

Text Example


Text Example

White with #F1CE31

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1CE31; }

 p { color: rgb(241,206,49); }

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

background-color css

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

 a { background-color: rgb(241,206,49); }

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

border-color css

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

 span { border-color: rgb(241,206,49); }

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