#F1CF43

Color #F1CF43 Festival (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Festival #F1CF43

Tints of Festival #F1CF43

Color information

#F1CF43 (or 0xF1CF43) is unknown color: approx Festival. HEX triplet: F1, CF and 43. RGB value is (241,207,67). Sum of RGB (Red+Green+Blue) = 241+207+67=515 (68% of max value = 765). Red value is 241 (94.53% from 255 or 46.80% from 515); Green value is 207 (81.25% from 255 or 40.19% from 515); Blue value is 67 (26.56% from 255 or 13.01% from 515); Max value from RGB is 241 - color contains mainly: red. Hex color #F1CF43 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F1CF43 is #0E30BC. Grayscale: #C9C9C9. Windows color (decimal): -929981 or 4444145. OLE color: 4444145.

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

Color convert

RGB24120767-
CMYK00.140.720.05
HSL48.28º86.14%60.39%-
HSV(B)48.28º72.2%94.51%-
XYZ59.663.7314.47-
YUV201.2152.26156.38-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 46.80%
GREEN value IS 207 (81.25% from 255) = 40.19%
BLUE value IS 67 (26.56% from 255) = 13.01%
R=46.80%
G=40.19%
B=13.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.72
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2412076700.140.720.0548.2886.1460.39
HexF1CF430E48530563c
Octal36131710301611056012674
Binary111100011100111110000110111010010001011100001010110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1CF43

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1CF43; }

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

 H1.HeaderClassName
 {
   color: #F1CF43;
 }
 .AnyTagClassName
 {
   color: #F1CF43;
 }
</style>
background-color css

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

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

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

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

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

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