Html Css Color HEX #F1CE2C Golden Dream

📋 copy color: '#F1CE2C'

red 241 ◦ green 206 ◦ blue 44

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

Shades of Golden Dream #F1CE2C

Tints of Golden Dream #F1CE2C

RGB

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

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

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

R = 49.08%
G = 41.96%
B = 8.96%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.82

 K value IS 0.05

RGB Variations

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

Color information

#F1CE2C (or 0xF1CE2C) is known color: Golden Dream. HEX triplet: F1, CE and 2C. RGB value is (241,206,44). Sum of RGB (Red+Green+Blue) = 241+206+44=491 (65% of max value = 765). Red value is 241 (94.53% from 255 or 49.08% from 491); Green value is 206 (80.86% from 255 or 41.96% from 491); Blue value is 44 (17.58% from 255 or 8.96% from 491); Max value from RGB is 241 - color contains mainly: red. Hex color #F1CE2C is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F1CE2C is #0E31D3. Grayscale: #C6C6C6. Windows color (decimal): -930260 or 2936561. OLE color: 2936561.

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

Color convert

RGB 241 206 44 -
CMYK 0 0.15 0.82 0.05
HSL 49.34º 0.88% 0.56% -
HSV(B) 49.34º 0.82% 0.95% -
XYZ 58.8 63.03 11.45 -
YUV 198 41.1 158.67 -
System Red Green Blue C M Y K H S L
Decimal 241 206 44 0 0.15 0.82 0.05 49.34 0.88 0.56
Hex F1 CE 2C 0 F 52 5 31 58 38
Octal 361 316 54 0 17 122 5 61 130 70
Binary 11110001 11001110 101100 0 1111 1010010 101 110001 1011000 111000

Color Harmonies of #F1CE2C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1CE2C

Black with #F1CE2C

Text Example


Text Example

White with #F1CE2C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1CE2C; }

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

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

background-color css

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

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

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

border-color css

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

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

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