Html Css Color HEX #F1CC41 Festival

📋 copy color: '#F1CC41'

red 241 ◦ green 204 ◦ blue 65

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

Shades of Festival #F1CC41

Tints of Festival #F1CC41

RGB

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

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

 BLUE value IS 65 (25.78% from 255) = 12.75%

R = 47.25%
G = 40%
B = 12.75%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.73

 K value IS 0.05

RGB Variations

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

Color information

#F1CC41 (or 0xF1CC41) is known color: Festival. HEX triplet: F1, CC and 41. RGB value is (241,204,65). Sum of RGB (Red+Green+Blue) = 241+204+65=510 (67% of max value = 765). Red value is 241 (94.53% from 255 or 47.25% from 510); Green value is 204 (80.08% from 255 or 40% from 510); Blue value is 65 (25.78% from 255 or 12.75% from 510); Max value from RGB is 241 - color contains mainly: red. Hex color #F1CC41 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F1CC41 is #0E33BE. Grayscale: #C7C7C7. Windows color (decimal): -930751 or 4312305. OLE color: 4312305.

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

Color convert

RGB 241 204 65 -
CMYK 0 0.15 0.73 0.05
HSL 47.39º 0.86% 0.6% -
HSV(B) 47.39º 0.73% 0.95% -
XYZ 58.82 62.27 13.92 -
YUV 199.22 52.26 157.8 -
System Red Green Blue C M Y K H S L
Decimal 241 204 65 0 0.15 0.73 0.05 47.39 0.86 0.6
Hex F1 CC 41 0 F 49 5 2F 56 3C
Octal 361 314 101 0 17 111 5 57 126 74
Binary 11110001 11001100 1000001 0 1111 1001001 101 101111 1010110 111100

Color Harmonies of #F1CC41

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1CC41

Black with #F1CC41

Text Example


Text Example

White with #F1CC41

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1CC41; }

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

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

background-color css

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

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

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

border-color css

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

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

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