Html Css Color HEX #F1CF49 Festival

📋 copy color: '#F1CF49'

red 241 ◦ green 207 ◦ blue 73

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

Shades of Festival #F1CF49

Tints of Festival #F1CF49

RGB

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

 GREEN value IS 207 (81.25% from 255) = 39.73%

 BLUE value IS 73 (28.91% from 255) = 14.01%

R = 46.26%
G = 39.73%
B = 14.01%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.70

 K value IS 0.05

RGB Variations

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

Color information

#F1CF49 (or 0xF1CF49) is known color: Festival. HEX triplet: F1, CF and 49. RGB value is (241,207,73). Sum of RGB (Red+Green+Blue) = 241+207+73=521 (69% of max value = 765). Red value is 241 (94.53% from 255 or 46.26% from 521); Green value is 207 (81.25% from 255 or 39.73% from 521); Blue value is 73 (28.91% from 255 or 14.01% from 521); Max value from RGB is 241 - color contains mainly: red. Hex color #F1CF49 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F1CF49 is #0E30B6. Grayscale: #CACACA. Windows color (decimal): -929975 or 4837361. OLE color: 4837361.

HSL color Cylindrical-coordinate representation of color #F1CF49: hue angle of 47.86º degrees, saturation: 0.86, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #F1CF49 is Cyan = 0, Magento = 0.14, Yellow = 0.70 and Black (K on CMYK) = 0.05.

Color convert

RGB 241 207 73 -
CMYK 0 0.14 0.70 0.05
HSL 47.86º 0.86% 0.62% -
HSV(B) 47.86º 0.7% 0.95% -
XYZ 59.79 63.81 15.47 -
YUV 201.89 55.26 155.9 -
System Red Green Blue C M Y K H S L
Decimal 241 207 73 0 0.14 0.70 0.05 47.86 0.86 0.62
Hex F1 CF 49 0 E 46 5 30 56 3E
Octal 361 317 111 0 16 106 5 60 126 76
Binary 11110001 11001111 1001001 0 1110 1000110 101 110000 1010110 111110

Color Harmonies of #F1CF49

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1CF49

Black with #F1CF49

Text Example


Text Example

White with #F1CF49

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1CF49; }

 p { color: rgb(241,207,73); }

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

background-color css

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

 a { background-color: rgb(241,207,73); }

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

border-color css

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

 span { border-color: rgb(241,207,73); }

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