Html Css Color HEX #F1CE2F Golden Dream

📋 copy color: '#F1CE2F'

red 241 ◦ green 206 ◦ blue 47

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

Shades of Golden Dream #F1CE2F

Tints of Golden Dream #F1CE2F

RGB

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

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

 BLUE value IS 47 (18.75% from 255) = 9.51%

R = 48.79%
G = 41.7%
B = 9.51%

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

#F1CE2F (or 0xF1CE2F) is known color: Golden Dream. HEX triplet: F1, CE and 2F. RGB value is (241,206,47). Sum of RGB (Red+Green+Blue) = 241+206+47=494 (65% of max value = 765). Red value is 241 (94.53% from 255 or 48.79% from 494); Green value is 206 (80.86% from 255 or 41.70% from 494); Blue value is 47 (18.75% from 255 or 9.51% from 494); Max value from RGB is 241 - color contains mainly: red. Hex color #F1CE2F is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F1CE2F is #0E31D0. Grayscale: #C7C7C7. Windows color (decimal): -930257 or 3133169. OLE color: 3133169.

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

Color convert

RGB 241 206 47 -
CMYK 0 0.15 0.80 0.05
HSL 49.18º 0.87% 0.56% -
HSV(B) 49.18º 0.8% 0.95% -
XYZ 58.86 63.05 11.76 -
YUV 198.34 42.6 158.43 -
System Red Green Blue C M Y K H S L
Decimal 241 206 47 0 0.15 0.80 0.05 49.18 0.87 0.56
Hex F1 CE 2F 0 F 50 5 31 57 38
Octal 361 316 57 0 17 120 5 61 127 70
Binary 11110001 11001110 101111 0 1111 1010000 101 110001 1010111 111000

Color Harmonies of #F1CE2F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1CE2F

Black with #F1CE2F

Text Example


Text Example

White with #F1CE2F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1CE2F; }

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

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

background-color css

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

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

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

border-color css

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

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

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