Html Css Color HEX #F0CB4E Festival

📋 copy color: '#F0CB4E'

red 240 ◦ green 203 ◦ blue 78

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

Shades of Festival #F0CB4E

Tints of Festival #F0CB4E

RGB

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

 GREEN value IS 203 (79.69% from 255) = 38.96%

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

R = 46.07%
G = 38.96%
B = 14.97%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.68

 K value IS 0.06

RGB Variations

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

Color information

#F0CB4E (or 0xF0CB4E) is known color: Festival. HEX triplet: F0, CB and 4E. RGB value is (240,203,78). Sum of RGB (Red+Green+Blue) = 240+203+78=521 (69% of max value = 765). Red value is 240 (94.14% from 255 or 46.07% from 521); Green value is 203 (79.69% from 255 or 38.96% from 521); Blue value is 78 (30.86% from 255 or 14.97% from 521); Max value from RGB is 240 - color contains mainly: red. Hex color #F0CB4E is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F0CB4E is #0F34B1. Grayscale: #C8C8C8. Windows color (decimal): -996530 or 5164016. OLE color: 5164016.

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

Color convert

RGB 240 203 78 -
CMYK 0 0.15 0.68 0.06
HSL 46.3º 0.84% 0.62% -
HSV(B) 46.3º 0.68% 0.94% -
XYZ 58.67 61.79 16.04 -
YUV 199.81 59.26 156.66 -
System Red Green Blue C M Y K H S L
Decimal 240 203 78 0 0.15 0.68 0.06 46.3 0.84 0.62
Hex F0 CB 4E 0 F 44 6 2E 54 3E
Octal 360 313 116 0 17 104 6 56 124 76
Binary 11110000 11001011 1001110 0 1111 1000100 110 101110 1010100 111110

Color Harmonies of #F0CB4E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0CB4E

Black with #F0CB4E

Text Example


Text Example

White with #F0CB4E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0CB4E; }

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

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

background-color css

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

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

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

border-color css

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

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

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