Html Css Color HEX #F1D440 Festival

📋 copy color: '#F1D440'

red 241 ◦ green 212 ◦ blue 64

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

Shades of Festival #F1D440

Tints of Festival #F1D440

RGB

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

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

 BLUE value IS 64 (25.39% from 255) = 12.38%

R = 46.62%
G = 41.01%
B = 12.38%

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

#F1D440 (or 0xF1D440) is known color: Festival. HEX triplet: F1, D4 and 40. RGB value is (241,212,64). Sum of RGB (Red+Green+Blue) = 241+212+64=517 (68% of max value = 765). Red value is 241 (94.53% from 255 or 46.62% from 517); Green value is 212 (83.20% from 255 or 41.01% from 517); Blue value is 64 (25.39% from 255 or 12.38% from 517); Max value from RGB is 241 - color contains mainly: red. Hex color #F1D440 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F1D440 is #0E2BBF. Grayscale: #CCCCCC. Windows color (decimal): -928704 or 4248817. OLE color: 4248817.

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

Color convert

RGB 241 212 64 -
CMYK 0 0.12 0.73 0.05
HSL 50.17º 0.86% 0.6% -
HSV(B) 50.17º 0.73% 0.95% -
XYZ 60.74 66.16 14.42 -
YUV 203.8 49.11 154.53 -
System Red Green Blue C M Y K H S L
Decimal 241 212 64 0 0.12 0.73 0.05 50.17 0.86 0.6
Hex F1 D4 40 0 C 49 5 32 56 3C
Octal 361 324 100 0 14 111 5 62 126 74
Binary 11110001 11010100 1000000 0 1100 1001001 101 110010 1010110 111100

Color Harmonies of #F1D440

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1D440

Black with #F1D440

Text Example


Text Example

White with #F1D440

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1D440; }

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

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

background-color css

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

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

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

border-color css

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

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

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