Html Css Color HEX #F1D044 Festival

📋 copy color: '#F1D044'

red 241 ◦ green 208 ◦ blue 68

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

Shades of Festival #F1D044

Tints of Festival #F1D044

RGB

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

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

 BLUE value IS 68 (26.95% from 255) = 13.15%

R = 46.62%
G = 40.23%
B = 13.15%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.72

 K value IS 0.05

RGB Variations

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

Color information

#F1D044 (or 0xF1D044) is known color: Festival. HEX triplet: F1, D0 and 44. RGB value is (241,208,68). Sum of RGB (Red+Green+Blue) = 241+208+68=517 (68% of max value = 765). Red value is 241 (94.53% from 255 or 46.62% from 517); Green value is 208 (81.64% from 255 or 40.23% from 517); Blue value is 68 (26.95% from 255 or 13.15% from 517); Max value from RGB is 241 - color contains mainly: red. Hex color #F1D044 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F1D044 is #0E2FBB. Grayscale: #CACACA. Windows color (decimal): -929724 or 4509937. OLE color: 4509937.

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

Color convert

RGB 241 208 68 -
CMYK 0 0.14 0.72 0.05
HSL 48.55º 0.86% 0.61% -
HSV(B) 48.55º 0.72% 0.95% -
XYZ 59.87 64.23 14.71 -
YUV 201.91 52.43 155.88 -
System Red Green Blue C M Y K H S L
Decimal 241 208 68 0 0.14 0.72 0.05 48.55 0.86 0.61
Hex F1 D0 44 0 E 48 5 31 56 3D
Octal 361 320 104 0 16 110 5 61 126 75
Binary 11110001 11010000 1000100 0 1110 1001000 101 110001 1010110 111101

Color Harmonies of #F1D044

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1D044

Black with #F1D044

Text Example


Text Example

White with #F1D044

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1D044; }

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

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

background-color css

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

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

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

border-color css

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

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

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