Html Css Color HEX #F5CD3F Festival

📋 copy color: '#F5CD3F'

red 245 ◦ green 205 ◦ blue 63

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

Shades of Festival #F5CD3F

Tints of Festival #F5CD3F

RGB

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

 GREEN value IS 205 (80.47% from 255) = 39.96%

 BLUE value IS 63 (25% from 255) = 12.28%

R = 47.76%
G = 39.96%
B = 12.28%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.74

 K value IS 0.04

RGB Variations

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

Color information

#F5CD3F (or 0xF5CD3F) is known color: Festival. HEX triplet: F5, CD and 3F. RGB value is (245,205,63). Sum of RGB (Red+Green+Blue) = 245+205+63=513 (67% of max value = 765). Red value is 245 (96.09% from 255 or 47.76% from 513); Green value is 205 (80.47% from 255 or 39.96% from 513); Blue value is 63 (25% from 255 or 12.28% from 513); Max value from RGB is 245 - color contains mainly: red. Hex color #F5CD3F is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F5CD3F is #0A32C0. Grayscale: #C9C9C9. Windows color (decimal): -668353 or 4181493. OLE color: 4181493.

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

Color convert

RGB 245 205 63 -
CMYK 0 0.16 0.74 0.04
HSL 46.81º 0.9% 0.6% -
HSV(B) 46.81º 0.74% 0.96% -
XYZ 60.38 63.43 13.76 -
YUV 200.77 50.25 159.55 -
System Red Green Blue C M Y K H S L
Decimal 245 205 63 0 0.16 0.74 0.04 46.81 0.9 0.6
Hex F5 CD 3F 0 10 4A 4 2F 5A 3C
Octal 365 315 77 0 20 112 4 57 132 74
Binary 11110101 11001101 111111 0 10000 1001010 100 101111 1011010 111100

Color Harmonies of #F5CD3F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F5CD3F

Black with #F5CD3F

Text Example


Text Example

White with #F5CD3F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F5CD3F; }

 p { color: rgb(245,205,63); }

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

background-color css

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

 a { background-color: rgb(245,205,63); }

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

border-color css

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

 span { border-color: rgb(245,205,63); }

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