Html Css Color HEX #F3D140 Festival

📋 copy color: '#F3D140'

red 243 ◦ green 209 ◦ blue 64

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

Shades of Festival #F3D140

Tints of Festival #F3D140

RGB

 RED value IS 243 (95.31% from 255) = 47.09%

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

 BLUE value IS 64 (25.39% from 255) = 12.4%

R = 47.09%
G = 40.5%
B = 12.4%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.74

 K value IS 0.05

RGB Variations

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

Color information

#F3D140 (or 0xF3D140) is known color: Festival. HEX triplet: F3, D1 and 40. RGB value is (243,209,64). Sum of RGB (Red+Green+Blue) = 243+209+64=516 (68% of max value = 765). Red value is 243 (95.31% from 255 or 47.09% from 516); Green value is 209 (82.03% from 255 or 40.50% from 516); Blue value is 64 (25.39% from 255 or 12.40% from 516); Max value from RGB is 243 - color contains mainly: red. Hex color #F3D140 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F3D140 is #0C2EBF. Grayscale: #CBCBCB. Windows color (decimal): -798400 or 4248051. OLE color: 4248051.

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

Color convert

RGB 243 209 64 -
CMYK 0 0.14 0.74 0.05
HSL 48.6º 0.88% 0.6% -
HSV(B) 48.6º 0.74% 0.95% -
XYZ 60.69 65.03 14.2 -
YUV 202.64 49.76 156.79 -
System Red Green Blue C M Y K H S L
Decimal 243 209 64 0 0.14 0.74 0.05 48.6 0.88 0.6
Hex F3 D1 40 0 E 4A 5 31 58 3C
Octal 363 321 100 0 16 112 5 61 130 74
Binary 11110011 11010001 1000000 0 1110 1001010 101 110001 1011000 111100

Color Harmonies of #F3D140

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F3D140

Black with #F3D140

Text Example


Text Example

White with #F3D140

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F3D140; }

 p { color: rgb(243,209,64); }

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

background-color css

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

 a { background-color: rgb(243,209,64); }

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

border-color css

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

 span { border-color: rgb(243,209,64); }

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