Html Css Color HEX #F1D43E Festival

📋 copy color: '#F1D43E'

red 241 ◦ green 212 ◦ blue 62

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

Shades of Festival #F1D43E

Tints of Festival #F1D43E

RGB

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

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

 BLUE value IS 62 (24.61% from 255) = 12.04%

R = 46.8%
G = 41.17%
B = 12.04%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.74

 K value IS 0.05

RGB Variations

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

Color information

#F1D43E (or 0xF1D43E) is known color: Festival. HEX triplet: F1, D4 and 3E. RGB value is (241,212,62). Sum of RGB (Red+Green+Blue) = 241+212+62=515 (68% of max value = 765). Red value is 241 (94.53% from 255 or 46.80% from 515); Green value is 212 (83.20% from 255 or 41.17% from 515); Blue value is 62 (24.61% from 255 or 12.04% from 515); Max value from RGB is 241 - color contains mainly: red. Hex color #F1D43E is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F1D43E is #0E2BC1. Grayscale: #CCCCCC. Windows color (decimal): -928706 or 4117745. OLE color: 4117745.

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

Color convert

RGB 241 212 62 -
CMYK 0 0.12 0.74 0.05
HSL 50.28º 0.86% 0.59% -
HSV(B) 50.28º 0.74% 0.95% -
XYZ 60.69 66.14 14.12 -
YUV 203.57 48.11 154.7 -
System Red Green Blue C M Y K H S L
Decimal 241 212 62 0 0.12 0.74 0.05 50.28 0.86 0.59
Hex F1 D4 3E 0 C 4A 5 32 56 3B
Octal 361 324 76 0 14 112 5 62 126 73
Binary 11110001 11010100 111110 0 1100 1001010 101 110010 1010110 111011

Color Harmonies of #F1D43E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1D43E

Black with #F1D43E

Text Example


Text Example

White with #F1D43E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1D43E; }

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

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

background-color css

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

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

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

border-color css

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

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

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