Html Css Color HEX #F1D446 Festival

📋 copy color: '#F1D446'

red 241 ◦ green 212 ◦ blue 70

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

Shades of Festival #F1D446

Tints of Festival #F1D446

RGB

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

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

 BLUE value IS 70 (27.73% from 255) = 13.38%

R = 46.08%
G = 40.54%
B = 13.38%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.71

 K value IS 0.05

RGB Variations

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

Color information

#F1D446 (or 0xF1D446) is known color: Festival. HEX triplet: F1, D4 and 46. RGB value is (241,212,70). Sum of RGB (Red+Green+Blue) = 241+212+70=523 (69% of max value = 765). Red value is 241 (94.53% from 255 or 46.08% from 523); Green value is 212 (83.20% from 255 or 40.54% from 523); Blue value is 70 (27.73% from 255 or 13.38% from 523); Max value from RGB is 241 - color contains mainly: red. Hex color #F1D446 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F1D446 is #0E2BB9. Grayscale: #CDCDCD. Windows color (decimal): -928698 or 4642033. OLE color: 4642033.

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

Color convert

RGB 241 212 70 -
CMYK 0 0.12 0.71 0.05
HSL 49.82º 0.86% 0.61% -
HSV(B) 49.82º 0.71% 0.95% -
XYZ 60.92 66.23 15.37 -
YUV 204.48 52.11 154.05 -
System Red Green Blue C M Y K H S L
Decimal 241 212 70 0 0.12 0.71 0.05 49.82 0.86 0.61
Hex F1 D4 46 0 C 47 5 32 56 3D
Octal 361 324 106 0 14 107 5 62 126 75
Binary 11110001 11010100 1000110 0 1100 1000111 101 110010 1010110 111101

Color Harmonies of #F1D446

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1D446

Black with #F1D446

Text Example


Text Example

White with #F1D446

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1D446; }

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

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

background-color css

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

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

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

border-color css

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

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

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