Html Css Color HEX #F5CE43 Festival

📋 copy color: '#F5CE43'

red 245 ◦ green 206 ◦ blue 67

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

Shades of Festival #F5CE43

Tints of Festival #F5CE43

RGB

 RED value IS 245 (96.09% from 255) = 47.3%

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

 BLUE value IS 67 (26.56% from 255) = 12.93%

R = 47.3%
G = 39.77%
B = 12.93%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.73

 K value IS 0.04

RGB Variations

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

Color information

#F5CE43 (or 0xF5CE43) is known color: Festival. HEX triplet: F5, CE and 43. RGB value is (245,206,67). Sum of RGB (Red+Green+Blue) = 245+206+67=518 (68% of max value = 765). Red value is 245 (96.09% from 255 or 47.30% from 518); Green value is 206 (80.86% from 255 or 39.77% from 518); Blue value is 67 (26.56% from 255 or 12.93% from 518); Max value from RGB is 245 - color contains mainly: red. Hex color #F5CE43 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F5CE43 is #0A31BC. Grayscale: #CACACA. Windows color (decimal): -668093 or 4443893. OLE color: 4443893.

HSL color Cylindrical-coordinate representation of color #F5CE43: hue angle of 46.85º degrees, saturation: 0.9, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #F5CE43 is Cyan = 0, Magento = 0.16, Yellow = 0.73 and Black (K on CMYK) = 0.04.

Color convert

RGB 245 206 67 -
CMYK 0 0.16 0.73 0.04
HSL 46.85º 0.9% 0.61% -
HSV(B) 46.85º 0.73% 0.96% -
XYZ 60.74 63.96 14.45 -
YUV 201.82 51.92 158.8 -
System Red Green Blue C M Y K H S L
Decimal 245 206 67 0 0.16 0.73 0.04 46.85 0.9 0.61
Hex F5 CE 43 0 10 49 4 2F 5A 3D
Octal 365 316 103 0 20 111 4 57 132 75
Binary 11110101 11001110 1000011 0 10000 1001001 100 101111 1011010 111101

Color Harmonies of #F5CE43

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F5CE43

Black with #F5CE43

Text Example


Text Example

White with #F5CE43

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F5CE43; }

 p { color: rgb(245,206,67); }

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

background-color css

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

 a { background-color: rgb(245,206,67); }

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

border-color css

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

 span { border-color: rgb(245,206,67); }

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