Html Css Color HEX #F1C94C Festival

📋 copy color: '#F1C94C'

red 241 ◦ green 201 ◦ blue 76

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

Shades of Festival #F1C94C

Tints of Festival #F1C94C

RGB

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

 GREEN value IS 201 (78.91% from 255) = 38.8%

 BLUE value IS 76 (30.08% from 255) = 14.67%

R = 46.53%
G = 38.8%
B = 14.67%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.68

 K value IS 0.05

RGB Variations

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

Color information

#F1C94C (or 0xF1C94C) is known color: Festival. HEX triplet: F1, C9 and 4C. RGB value is (241,201,76). Sum of RGB (Red+Green+Blue) = 241+201+76=518 (68% of max value = 765). Red value is 241 (94.53% from 255 or 46.53% from 518); Green value is 201 (78.91% from 255 or 38.80% from 518); Blue value is 76 (30.08% from 255 or 14.67% from 518); Max value from RGB is 241 - color contains mainly: red. Hex color #F1C94C is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F1C94C is #0E36B3. Grayscale: #C7C7C7. Windows color (decimal): -931508 or 5032433. OLE color: 5032433.

HSL color Cylindrical-coordinate representation of color #F1C94C: hue angle of 45.45º degrees, saturation: 0.85, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #F1C94C is Cyan = 0, Magento = 0.17, Yellow = 0.68 and Black (K on CMYK) = 0.05.

Color convert

RGB 241 201 76 -
CMYK 0 0.17 0.68 0.05
HSL 45.45º 0.85% 0.62% -
HSV(B) 45.45º 0.68% 0.95% -
XYZ 58.47 61 15.53 -
YUV 198.71 58.75 158.16 -
System Red Green Blue C M Y K H S L
Decimal 241 201 76 0 0.17 0.68 0.05 45.45 0.85 0.62
Hex F1 C9 4C 0 11 44 5 2D 55 3E
Octal 361 311 114 0 21 104 5 55 125 76
Binary 11110001 11001001 1001100 0 10001 1000100 101 101101 1010101 111110

Color Harmonies of #F1C94C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1C94C

Black with #F1C94C

Text Example


Text Example

White with #F1C94C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1C94C; }

 p { color: rgb(241,201,76); }

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

background-color css

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

 a { background-color: rgb(241,201,76); }

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

border-color css

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

 span { border-color: rgb(241,201,76); }

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