Html Css Color HEX #F1CF40 Festival

📋 copy color: '#F1CF40'

red 241 ◦ green 207 ◦ blue 64

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

Shades of Festival #F1CF40

Tints of Festival #F1CF40

RGB

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

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

 BLUE value IS 64 (25.39% from 255) = 12.5%

R = 47.07%
G = 40.43%
B = 12.5%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.73

 K value IS 0.05

RGB Variations

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

Color information

#F1CF40 (or 0xF1CF40) is known color: Festival. HEX triplet: F1, CF and 40. RGB value is (241,207,64). Sum of RGB (Red+Green+Blue) = 241+207+64=512 (67% of max value = 765). Red value is 241 (94.53% from 255 or 47.07% from 512); Green value is 207 (81.25% from 255 or 40.43% from 512); Blue value is 64 (25.39% from 255 or 12.5% from 512); Max value from RGB is 241 - color contains mainly: red. Hex color #F1CF40 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F1CF40 is #0E30BF. Grayscale: #C9C9C9. Windows color (decimal): -929984 or 4247537. OLE color: 4247537.

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

Color convert

RGB 241 207 64 -
CMYK 0 0.14 0.73 0.05
HSL 48.47º 0.86% 0.6% -
HSV(B) 48.47º 0.73% 0.95% -
XYZ 59.51 63.7 14.01 -
YUV 200.86 50.76 156.63 -
System Red Green Blue C M Y K H S L
Decimal 241 207 64 0 0.14 0.73 0.05 48.47 0.86 0.6
Hex F1 CF 40 0 E 49 5 30 56 3C
Octal 361 317 100 0 16 111 5 60 126 74
Binary 11110001 11001111 1000000 0 1110 1001001 101 110000 1010110 111100

Color Harmonies of #F1CF40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1CF40

Black with #F1CF40

Text Example


Text Example

White with #F1CF40

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1CF40; }

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

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

background-color css

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

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

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

border-color css

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

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

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