Html Css Color HEX #F1D048 Festival

📋 copy color: '#F1D048'

red 241 ◦ green 208 ◦ blue 72

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

Shades of Festival #F1D048

Tints of Festival #F1D048

RGB

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

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

 BLUE value IS 72 (28.52% from 255) = 13.82%

R = 46.26%
G = 39.92%
B = 13.82%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.70

 K value IS 0.05

RGB Variations

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

Color information

#F1D048 (or 0xF1D048) is known color: Festival. HEX triplet: F1, D0 and 48. RGB value is (241,208,72). Sum of RGB (Red+Green+Blue) = 241+208+72=521 (69% of max value = 765). Red value is 241 (94.53% from 255 or 46.26% from 521); Green value is 208 (81.64% from 255 or 39.92% from 521); Blue value is 72 (28.52% from 255 or 13.82% from 521); Max value from RGB is 241 - color contains mainly: red. Hex color #F1D048 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F1D048 is #0E2FB7. Grayscale: #CACACA. Windows color (decimal): -929720 or 4772081. OLE color: 4772081.

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

Color convert

RGB 241 208 72 -
CMYK 0 0.14 0.70 0.05
HSL 48.28º 0.86% 0.61% -
HSV(B) 48.28º 0.7% 0.95% -
XYZ 60 64.28 15.38 -
YUV 202.36 54.43 155.56 -
System Red Green Blue C M Y K H S L
Decimal 241 208 72 0 0.14 0.70 0.05 48.28 0.86 0.61
Hex F1 D0 48 0 E 46 5 30 56 3D
Octal 361 320 110 0 16 106 5 60 126 75
Binary 11110001 11010000 1001000 0 1110 1000110 101 110000 1010110 111101

Color Harmonies of #F1D048

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1D048

Black with #F1D048

Text Example


Text Example

White with #F1D048

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1D048; }

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

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

background-color css

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

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

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

border-color css

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

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

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