Html Css Color HEX #F0D745 Festival

📋 copy color: '#F0D745'

red 240 ◦ green 215 ◦ blue 69

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

Shades of Festival #F0D745

Tints of Festival #F0D745

RGB

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

 GREEN value IS 215 (84.38% from 255) = 41.03%

 BLUE value IS 69 (27.34% from 255) = 13.17%

R = 45.8%
G = 41.03%
B = 13.17%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.71

 K value IS 0.06

RGB Variations

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

Color information

#F0D745 (or 0xF0D745) is known color: Festival. HEX triplet: F0, D7 and 45. RGB value is (240,215,69). Sum of RGB (Red+Green+Blue) = 240+215+69=524 (69% of max value = 765). Red value is 240 (94.14% from 255 or 45.80% from 524); Green value is 215 (84.38% from 255 or 41.03% from 524); Blue value is 69 (27.34% from 255 or 13.17% from 524); Max value from RGB is 240 - color contains mainly: red. Hex color #F0D745 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F0D745 is #0F28BA. Grayscale: #CECECE. Windows color (decimal): -993467 or 4577264. OLE color: 4577264.

HSL color Cylindrical-coordinate representation of color #F0D745: hue angle of 51.23º 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 #F0D745 is Cyan = 0, Magento = 0.10, Yellow = 0.71 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 215 69 -
CMYK 0 0.10 0.71 0.06
HSL 51.23º 0.85% 0.61% -
HSV(B) 51.23º 0.71% 0.94% -
XYZ 61.31 67.56 15.44 -
YUV 205.83 50.78 152.37 -
System Red Green Blue C M Y K H S L
Decimal 240 215 69 0 0.10 0.71 0.06 51.23 0.85 0.61
Hex F0 D7 45 0 A 47 6 33 55 3D
Octal 360 327 105 0 12 107 6 63 125 75
Binary 11110000 11010111 1000101 0 1010 1000111 110 110011 1010101 111101

Color Harmonies of #F0D745

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0D745

Black with #F0D745

Text Example


Text Example

White with #F0D745

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0D745; }

 p { color: rgb(240,215,69); }

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

background-color css

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

 a { background-color: rgb(240,215,69); }

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

border-color css

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

 span { border-color: rgb(240,215,69); }

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