Html Css Color HEX #F0D53D Festival

📋 copy color: '#F0D53D'

red 240 ◦ green 213 ◦ blue 61

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

Shades of Festival #F0D53D

Tints of Festival #F0D53D

RGB

 RED value IS 240 (94.14% from 255) = 46.69%

 GREEN value IS 213 (83.59% from 255) = 41.44%

 BLUE value IS 61 (24.22% from 255) = 11.87%

R = 46.69%
G = 41.44%
B = 11.87%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.75

 K value IS 0.06

RGB Variations

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

Color information

#F0D53D (or 0xF0D53D) is known color: Festival. HEX triplet: F0, D5 and 3D. RGB value is (240,213,61). Sum of RGB (Red+Green+Blue) = 240+213+61=514 (68% of max value = 765). Red value is 240 (94.14% from 255 or 46.69% from 514); Green value is 213 (83.59% from 255 or 41.44% from 514); Blue value is 61 (24.22% from 255 or 11.87% from 514); Max value from RGB is 240 - color contains mainly: red. Hex color #F0D53D is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F0D53D is #0F2AC2. Grayscale: #CCCCCC. Windows color (decimal): -993987 or 4052464. OLE color: 4052464.

HSL color Cylindrical-coordinate representation of color #F0D53D: hue angle of 50.95º degrees, saturation: 0.86, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #F0D53D is Cyan = 0, Magento = 0.11, Yellow = 0.75 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 213 61 -
CMYK 0 0.11 0.75 0.06
HSL 50.95º 0.86% 0.59% -
HSV(B) 50.95º 0.75% 0.94% -
XYZ 60.57 66.45 14.05 -
YUV 203.75 47.45 153.86 -
System Red Green Blue C M Y K H S L
Decimal 240 213 61 0 0.11 0.75 0.06 50.95 0.86 0.59
Hex F0 D5 3D 0 B 4B 6 33 56 3B
Octal 360 325 75 0 13 113 6 63 126 73
Binary 11110000 11010101 111101 0 1011 1001011 110 110011 1010110 111011

Color Harmonies of #F0D53D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0D53D

Black with #F0D53D

Text Example


Text Example

White with #F0D53D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0D53D; }

 p { color: rgb(240,213,61); }

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

background-color css

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

 a { background-color: rgb(240,213,61); }

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

border-color css

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

 span { border-color: rgb(240,213,61); }

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