Html Css Color HEX #F1C94E Festival

📋 copy color: '#F1C94E'

red 241 ◦ green 201 ◦ blue 78

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

Shades of Festival #F1C94E

Tints of Festival #F1C94E

RGB

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

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

 BLUE value IS 78 (30.86% from 255) = 15%

R = 46.35%
G = 38.65%
B = 15%

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

#F1C94E (or 0xF1C94E) is known color: Festival. HEX triplet: F1, C9 and 4E. RGB value is (241,201,78). Sum of RGB (Red+Green+Blue) = 241+201+78=520 (68% of max value = 765). Red value is 241 (94.53% from 255 or 46.35% from 520); Green value is 201 (78.91% from 255 or 38.65% from 520); Blue value is 78 (30.86% from 255 or 15% from 520); Max value from RGB is 241 - color contains mainly: red. Hex color #F1C94E is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F1C94E is #0E36B1. Grayscale: #C7C7C7. Windows color (decimal): -931506 or 5163505. OLE color: 5163505.

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

Color convert

RGB 241 201 78 -
CMYK 0 0.17 0.68 0.05
HSL 45.28º 0.85% 0.63% -
HSV(B) 45.28º 0.68% 0.95% -
XYZ 58.54 61.02 15.9 -
YUV 198.94 59.75 158 -
System Red Green Blue C M Y K H S L
Decimal 241 201 78 0 0.17 0.68 0.05 45.28 0.85 0.63
Hex F1 C9 4E 0 11 44 5 2D 55 3F
Octal 361 311 116 0 21 104 5 55 125 77
Binary 11110001 11001001 1001110 0 10001 1000100 101 101101 1010101 111111

Color Harmonies of #F1C94E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1C94E

Black with #F1C94E

Text Example


Text Example

White with #F1C94E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1C94E; }

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

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

background-color css

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

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

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

border-color css

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

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

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