Html Css Color HEX #F0C746 Festival

📋 copy color: '#F0C746'

red 240 ◦ green 199 ◦ blue 70

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

Shades of Festival #F0C746

Tints of Festival #F0C746

RGB

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

 GREEN value IS 199 (78.13% from 255) = 39.1%

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

R = 47.15%
G = 39.1%
B = 13.75%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.71

 K value IS 0.06

RGB Variations

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

Color information

#F0C746 (or 0xF0C746) is known color: Festival. HEX triplet: F0, C7 and 46. RGB value is (240,199,70). Sum of RGB (Red+Green+Blue) = 240+199+70=509 (67% of max value = 765). Red value is 240 (94.14% from 255 or 47.15% from 509); Green value is 199 (78.12% from 255 or 39.10% from 509); Blue value is 70 (27.73% from 255 or 13.75% from 509); Max value from RGB is 240 - color contains mainly: red. Hex color #F0C746 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F0C746 is #0F38B9. Grayscale: #C5C5C5. Windows color (decimal): -997562 or 4638704. OLE color: 4638704.

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

Color convert

RGB 240 199 70 -
CMYK 0 0.17 0.71 0.06
HSL 45.53º 0.85% 0.61% -
HSV(B) 45.53º 0.71% 0.94% -
XYZ 57.46 59.81 14.31 -
YUV 196.55 56.58 158.99 -
System Red Green Blue C M Y K H S L
Decimal 240 199 70 0 0.17 0.71 0.06 45.53 0.85 0.61
Hex F0 C7 46 0 11 47 6 2E 55 3D
Octal 360 307 106 0 21 107 6 56 125 75
Binary 11110000 11000111 1000110 0 10001 1000111 110 101110 1010101 111101

Color Harmonies of #F0C746

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0C746

Black with #F0C746

Text Example


Text Example

White with #F0C746

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0C746; }

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

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

background-color css

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

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

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

border-color css

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

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

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