Html Css Color HEX #F1C94D Festival

📋 copy color: '#F1C94D'

red 241 ◦ green 201 ◦ blue 77

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

Shades of Festival #F1C94D

Tints of Festival #F1C94D

RGB

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

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

 BLUE value IS 77 (30.47% from 255) = 14.84%

R = 46.44%
G = 38.73%
B = 14.84%

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

#F1C94D (or 0xF1C94D) is known color: Festival. HEX triplet: F1, C9 and 4D. RGB value is (241,201,77). Sum of RGB (Red+Green+Blue) = 241+201+77=519 (68% of max value = 765). Red value is 241 (94.53% from 255 or 46.44% from 519); Green value is 201 (78.91% from 255 or 38.73% from 519); Blue value is 77 (30.47% from 255 or 14.84% from 519); Max value from RGB is 241 - color contains mainly: red. Hex color #F1C94D is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F1C94D is #0E36B2. Grayscale: #C7C7C7. Windows color (decimal): -931507 or 5097969. OLE color: 5097969.

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

Color convert

RGB 241 201 77 -
CMYK 0 0.17 0.68 0.05
HSL 45.37º 0.85% 0.62% -
HSV(B) 45.37º 0.68% 0.95% -
XYZ 58.5 61.01 15.71 -
YUV 198.82 59.25 158.08 -
System Red Green Blue C M Y K H S L
Decimal 241 201 77 0 0.17 0.68 0.05 45.37 0.85 0.62
Hex F1 C9 4D 0 11 44 5 2D 55 3E
Octal 361 311 115 0 21 104 5 55 125 76
Binary 11110001 11001001 1001101 0 10001 1000100 101 101101 1010101 111110

Color Harmonies of #F1C94D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1C94D

Black with #F1C94D

Text Example


Text Example

White with #F1C94D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1C94D; }

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

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

background-color css

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

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

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

border-color css

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

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

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