Html Css Color HEX #F0C948 Festival

📋 copy color: '#F0C948'

red 240 ◦ green 201 ◦ blue 72

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

Shades of Festival #F0C948

Tints of Festival #F0C948

RGB

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

 GREEN value IS 201 (78.91% from 255) = 39.18%

 BLUE value IS 72 (28.52% from 255) = 14.04%

R = 46.78%
G = 39.18%
B = 14.04%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.7

 K value IS 0.06

RGB Variations

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

Color information

#F0C948 (or 0xF0C948) is known color: Festival. HEX triplet: F0, C9 and 48. RGB value is (240,201,72). Sum of RGB (Red+Green+Blue) = 240+201+72=513 (67% of max value = 765). Red value is 240 (94.14% from 255 or 46.78% from 513); Green value is 201 (78.91% from 255 or 39.18% from 513); Blue value is 72 (28.52% from 255 or 14.04% from 513); Max value from RGB is 240 - color contains mainly: red. Hex color #F0C948 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F0C948 is #0F36B7. Grayscale: #C6C6C6. Windows color (decimal): -997048 or 4770288. OLE color: 4770288.

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

Color convert

RGB 240 201 72 -
CMYK 0 0.16 0.7 0.06
HSL 46.07º 0.85% 0.61% -
HSV(B) 46.07º 0.7% 0.94% -
XYZ 57.99 60.77 14.8 -
YUV 197.96 56.92 157.99 -
System Red Green Blue C M Y K H S L
Decimal 240 201 72 0 0.16 0.7 0.06 46.07 0.85 0.61
Hex F0 C9 48 0 10 46 6 2E 55 3D
Octal 360 311 110 0 20 106 6 56 125 75
Binary 11110000 11001001 1001000 0 10000 1000110 110 101110 1010101 111101

Color Harmonies of #F0C948

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0C948

Black with #F0C948

Text Example


Text Example

White with #F0C948

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0C948; }

 p { color: rgb(240,201,72); }

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

background-color css

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

 a { background-color: rgb(240,201,72); }

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

border-color css

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

 span { border-color: rgb(240,201,72); }

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