Html Css Color HEX #F1C94B Festival

📋 copy color: '#F1C94B'

red 241 ◦ green 201 ◦ blue 75

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

Shades of Festival #F1C94B

Tints of Festival #F1C94B

RGB

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

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

 BLUE value IS 75 (29.69% from 255) = 14.51%

R = 46.62%
G = 38.88%
B = 14.51%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.69

 K value IS 0.05

RGB Variations

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

Color information

#F1C94B (or 0xF1C94B) is known color: Festival. HEX triplet: F1, C9 and 4B. RGB value is (241,201,75). Sum of RGB (Red+Green+Blue) = 241+201+75=517 (68% of max value = 765). Red value is 241 (94.53% from 255 or 46.62% from 517); Green value is 201 (78.91% from 255 or 38.88% from 517); Blue value is 75 (29.69% from 255 or 14.51% from 517); Max value from RGB is 241 - color contains mainly: red. Hex color #F1C94B is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F1C94B is #0E36B4. Grayscale: #C7C7C7. Windows color (decimal): -931509 or 4966897. OLE color: 4966897.

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

Color convert

RGB 241 201 75 -
CMYK 0 0.17 0.69 0.05
HSL 45.54º 0.86% 0.62% -
HSV(B) 45.54º 0.69% 0.95% -
XYZ 58.43 60.98 15.35 -
YUV 198.6 58.25 158.25 -
System Red Green Blue C M Y K H S L
Decimal 241 201 75 0 0.17 0.69 0.05 45.54 0.86 0.62
Hex F1 C9 4B 0 11 45 5 2E 56 3E
Octal 361 311 113 0 21 105 5 56 126 76
Binary 11110001 11001001 1001011 0 10001 1000101 101 101110 1010110 111110

Color Harmonies of #F1C94B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1C94B

Black with #F1C94B

Text Example


Text Example

White with #F1C94B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1C94B; }

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

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

background-color css

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

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

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

border-color css

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

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

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