Html Css Color HEX #F0CE4E Festival

📋 copy color: '#F0CE4E'

red 240 ◦ green 206 ◦ blue 78

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

Shades of Festival #F0CE4E

Tints of Festival #F0CE4E

RGB

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

 GREEN value IS 206 (80.86% from 255) = 39.31%

 BLUE value IS 78 (30.86% from 255) = 14.89%

R = 45.8%
G = 39.31%
B = 14.89%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.68

 K value IS 0.06

RGB Variations

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

Color information

#F0CE4E (or 0xF0CE4E) is known color: Festival. HEX triplet: F0, CE and 4E. RGB value is (240,206,78). Sum of RGB (Red+Green+Blue) = 240+206+78=524 (69% of max value = 765). Red value is 240 (94.14% from 255 or 45.80% from 524); Green value is 206 (80.86% from 255 or 39.31% from 524); Blue value is 78 (30.86% from 255 or 14.89% from 524); Max value from RGB is 240 - color contains mainly: red. Hex color #F0CE4E is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F0CE4E is #0F31B1. Grayscale: #CACACA. Windows color (decimal): -995762 or 5164784. OLE color: 5164784.

HSL color Cylindrical-coordinate representation of color #F0CE4E: hue angle of 47.41º degrees, saturation: 0.84, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #F0CE4E is Cyan = 0, Magento = 0.14, Yellow = 0.68 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 206 78 -
CMYK 0 0.14 0.68 0.06
HSL 47.41º 0.84% 0.62% -
HSV(B) 47.41º 0.68% 0.94% -
XYZ 59.38 63.22 16.28 -
YUV 201.57 58.26 155.41 -
System Red Green Blue C M Y K H S L
Decimal 240 206 78 0 0.14 0.68 0.06 47.41 0.84 0.62
Hex F0 CE 4E 0 E 44 6 2F 54 3E
Octal 360 316 116 0 16 104 6 57 124 76
Binary 11110000 11001110 1001110 0 1110 1000100 110 101111 1010100 111110

Color Harmonies of #F0CE4E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0CE4E

Black with #F0CE4E

Text Example


Text Example

White with #F0CE4E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0CE4E; }

 p { color: rgb(240,206,78); }

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

background-color css

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

 a { background-color: rgb(240,206,78); }

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

border-color css

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

 span { border-color: rgb(240,206,78); }

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