Html Css Color HEX #F0D546 Festival

📋 copy color: '#F0D546'

red 240 ◦ green 213 ◦ blue 70

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

Shades of Festival #F0D546

Tints of Festival #F0D546

RGB

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

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

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

R = 45.89%
G = 40.73%
B = 13.38%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.71

 K value IS 0.06

RGB Variations

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

Color information

#F0D546 (or 0xF0D546) is known color: Festival. HEX triplet: F0, D5 and 46. RGB value is (240,213,70). Sum of RGB (Red+Green+Blue) = 240+213+70=523 (69% of max value = 765). Red value is 240 (94.14% from 255 or 45.89% from 523); Green value is 213 (83.59% from 255 or 40.73% from 523); Blue value is 70 (27.73% from 255 or 13.38% from 523); Max value from RGB is 240 - color contains mainly: red. Hex color #F0D546 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F0D546 is #0F2AB9. Grayscale: #CDCDCD. Windows color (decimal): -993978 or 4642288. OLE color: 4642288.

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

Color convert

RGB 240 213 70 -
CMYK 0 0.11 0.71 0.06
HSL 50.47º 0.85% 0.61% -
HSV(B) 50.47º 0.71% 0.94% -
XYZ 60.83 66.56 15.43 -
YUV 204.77 51.95 153.13 -
System Red Green Blue C M Y K H S L
Decimal 240 213 70 0 0.11 0.71 0.06 50.47 0.85 0.61
Hex F0 D5 46 0 B 47 6 32 55 3D
Octal 360 325 106 0 13 107 6 62 125 75
Binary 11110000 11010101 1000110 0 1011 1000111 110 110010 1010101 111101

Color Harmonies of #F0D546

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0D546

Black with #F0D546

Text Example


Text Example

White with #F0D546

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0D546; }

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

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

background-color css

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

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

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

border-color css

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

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

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