Html Css Color HEX #F1D442 Festival

📋 copy color: '#F1D442'

red 241 ◦ green 212 ◦ blue 66

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

Shades of Festival #F1D442

Tints of Festival #F1D442

RGB

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

 GREEN value IS 212 (83.2% from 255) = 40.85%

 BLUE value IS 66 (26.17% from 255) = 12.72%

R = 46.44%
G = 40.85%
B = 12.72%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.73

 K value IS 0.05

RGB Variations

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

Color information

#F1D442 (or 0xF1D442) is known color: Festival. HEX triplet: F1, D4 and 42. RGB value is (241,212,66). Sum of RGB (Red+Green+Blue) = 241+212+66=519 (68% of max value = 765). Red value is 241 (94.53% from 255 or 46.44% from 519); Green value is 212 (83.20% from 255 or 40.85% from 519); Blue value is 66 (26.17% from 255 or 12.72% from 519); Max value from RGB is 241 - color contains mainly: red. Hex color #F1D442 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F1D442 is #0E2BBD. Grayscale: #CCCCCC. Windows color (decimal): -928702 or 4379889. OLE color: 4379889.

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

Color convert

RGB 241 212 66 -
CMYK 0 0.12 0.73 0.05
HSL 50.06º 0.86% 0.6% -
HSV(B) 50.06º 0.73% 0.95% -
XYZ 60.8 66.18 14.72 -
YUV 204.03 50.11 154.37 -
System Red Green Blue C M Y K H S L
Decimal 241 212 66 0 0.12 0.73 0.05 50.06 0.86 0.6
Hex F1 D4 42 0 C 49 5 32 56 3C
Octal 361 324 102 0 14 111 5 62 126 74
Binary 11110001 11010100 1000010 0 1100 1001001 101 110010 1010110 111100

Color Harmonies of #F1D442

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1D442

Black with #F1D442

Text Example


Text Example

White with #F1D442

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1D442; }

 p { color: rgb(241,212,66); }

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

background-color css

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

 a { background-color: rgb(241,212,66); }

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

border-color css

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

 span { border-color: rgb(241,212,66); }

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