Html Css Color HEX #F1D14A Festival

📋 copy color: '#F1D14A'

red 241 ◦ green 209 ◦ blue 74

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

Shades of Festival #F1D14A

Tints of Festival #F1D14A

RGB

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

 GREEN value IS 209 (82.03% from 255) = 39.89%

 BLUE value IS 74 (29.3% from 255) = 14.12%

R = 45.99%
G = 39.89%
B = 14.12%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.69

 K value IS 0.05

RGB Variations

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

Color information

#F1D14A (or 0xF1D14A) is known color: Festival. HEX triplet: F1, D1 and 4A. RGB value is (241,209,74). Sum of RGB (Red+Green+Blue) = 241+209+74=524 (69% of max value = 765). Red value is 241 (94.53% from 255 or 45.99% from 524); Green value is 209 (82.03% from 255 or 39.89% from 524); Blue value is 74 (29.30% from 255 or 14.12% from 524); Max value from RGB is 241 - color contains mainly: red. Hex color #F1D14A is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F1D14A is #0E2EB5. Grayscale: #CBCBCB. Windows color (decimal): -929462 or 4903409. OLE color: 4903409.

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

Color convert

RGB 241 209 74 -
CMYK 0 0.13 0.69 0.05
HSL 48.5º 0.86% 0.62% -
HSV(B) 48.5º 0.69% 0.95% -
XYZ 60.31 64.8 15.81 -
YUV 203.18 55.1 154.98 -
System Red Green Blue C M Y K H S L
Decimal 241 209 74 0 0.13 0.69 0.05 48.5 0.86 0.62
Hex F1 D1 4A 0 D 45 5 31 56 3E
Octal 361 321 112 0 15 105 5 61 126 76
Binary 11110001 11010001 1001010 0 1101 1000101 101 110001 1010110 111110

Color Harmonies of #F1D14A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1D14A

Black with #F1D14A

Text Example


Text Example

White with #F1D14A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1D14A; }

 p { color: rgb(241,209,74); }

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

background-color css

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

 a { background-color: rgb(241,209,74); }

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

border-color css

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

 span { border-color: rgb(241,209,74); }

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