Html Css Color HEX #F1CC2F Golden Dream

📋 copy color: '#F1CC2F'

red 241 ◦ green 204 ◦ blue 47

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

Shades of Golden Dream #F1CC2F

Tints of Golden Dream #F1CC2F

RGB

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

 GREEN value IS 204 (80.08% from 255) = 41.46%

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

R = 48.98%
G = 41.46%
B = 9.55%

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

#F1CC2F (or 0xF1CC2F) is known color: Golden Dream. HEX triplet: F1, CC and 2F. RGB value is (241,204,47). Sum of RGB (Red+Green+Blue) = 241+204+47=492 (65% of max value = 765). Red value is 241 (94.53% from 255 or 48.98% from 492); Green value is 204 (80.08% from 255 or 41.46% from 492); Blue value is 47 (18.75% from 255 or 9.55% from 492); Max value from RGB is 241 - color contains mainly: red. Hex color #F1CC2F is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F1CC2F is #0E33D0. Grayscale: #C5C5C5. Windows color (decimal): -930769 or 3132657. OLE color: 3132657.

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

Color convert

RGB 241 204 47 -
CMYK 0 0.15 0.80 0.05
HSL 48.56º 0.87% 0.56% -
HSV(B) 48.56º 0.8% 0.95% -
XYZ 58.38 62.09 11.6 -
YUV 197.17 43.26 159.27 -
System Red Green Blue C M Y K H S L
Decimal 241 204 47 0 0.15 0.80 0.05 48.56 0.87 0.56
Hex F1 CC 2F 0 F 50 5 31 57 38
Octal 361 314 57 0 17 120 5 61 127 70
Binary 11110001 11001100 101111 0 1111 1010000 101 110001 1010111 111000

Color Harmonies of #F1CC2F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1CC2F

Black with #F1CC2F

Text Example


Text Example

White with #F1CC2F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1CC2F; }

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

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

background-color css

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

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

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

border-color css

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

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

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