Html Css Color HEX #F1D040 Festival

📋 copy color: '#F1D040'

red 241 ◦ green 208 ◦ blue 64

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

Shades of Festival #F1D040

Tints of Festival #F1D040

RGB

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

 GREEN value IS 208 (81.64% from 255) = 40.55%

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

R = 46.98%
G = 40.55%
B = 12.48%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.73

 K value IS 0.05

RGB Variations

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

Color information

#F1D040 (or 0xF1D040) is known color: Festival. HEX triplet: F1, D0 and 40. RGB value is (241,208,64). Sum of RGB (Red+Green+Blue) = 241+208+64=513 (67% of max value = 765). Red value is 241 (94.53% from 255 or 46.98% from 513); Green value is 208 (81.64% from 255 or 40.55% from 513); Blue value is 64 (25.39% from 255 or 12.48% from 513); Max value from RGB is 241 - color contains mainly: red. Hex color #F1D040 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F1D040 is #0E2FBF. Grayscale: #CACACA. Windows color (decimal): -929728 or 4247793. OLE color: 4247793.

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

Color convert

RGB 241 208 64 -
CMYK 0 0.14 0.73 0.05
HSL 48.81º 0.86% 0.6% -
HSV(B) 48.81º 0.73% 0.95% -
XYZ 59.76 64.18 14.09 -
YUV 201.45 50.43 156.21 -
System Red Green Blue C M Y K H S L
Decimal 241 208 64 0 0.14 0.73 0.05 48.81 0.86 0.6
Hex F1 D0 40 0 E 49 5 31 56 3C
Octal 361 320 100 0 16 111 5 61 126 74
Binary 11110001 11010000 1000000 0 1110 1001001 101 110001 1010110 111100

Color Harmonies of #F1D040

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1D040

Black with #F1D040

Text Example


Text Example

White with #F1D040

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1D040; }

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

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

background-color css

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

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

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

border-color css

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

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

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