Html Css Color HEX #F1CA4D Festival

📋 copy color: '#F1CA4D'

red 241 ◦ green 202 ◦ blue 77

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

Shades of Festival #F1CA4D

Tints of Festival #F1CA4D

RGB

 RED value IS 241 (94.53% from 255) = 46.35%

 GREEN value IS 202 (79.3% from 255) = 38.85%

 BLUE value IS 77 (30.47% from 255) = 14.81%

R = 46.35%
G = 38.85%
B = 14.81%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.68

 K value IS 0.05

RGB Variations

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

Color information

#F1CA4D (or 0xF1CA4D) is known color: Festival. HEX triplet: F1, CA and 4D. RGB value is (241,202,77). Sum of RGB (Red+Green+Blue) = 241+202+77=520 (68% of max value = 765). Red value is 241 (94.53% from 255 or 46.35% from 520); Green value is 202 (79.30% from 255 or 38.85% from 520); Blue value is 77 (30.47% from 255 or 14.81% from 520); Max value from RGB is 241 - color contains mainly: red. Hex color #F1CA4D is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F1CA4D is #0E35B2. Grayscale: #C7C7C7. Windows color (decimal): -931251 or 5098225. OLE color: 5098225.

HSL color Cylindrical-coordinate representation of color #F1CA4D: hue angle of 45.73º degrees, saturation: 0.85, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #F1CA4D is Cyan = 0, Magento = 0.16, Yellow = 0.68 and Black (K on CMYK) = 0.05.

Color convert

RGB 241 202 77 -
CMYK 0 0.16 0.68 0.05
HSL 45.73º 0.85% 0.62% -
HSV(B) 45.73º 0.68% 0.95% -
XYZ 58.74 61.48 15.79 -
YUV 199.41 58.92 157.66 -
System Red Green Blue C M Y K H S L
Decimal 241 202 77 0 0.16 0.68 0.05 45.73 0.85 0.62
Hex F1 CA 4D 0 10 44 5 2E 55 3E
Octal 361 312 115 0 20 104 5 56 125 76
Binary 11110001 11001010 1001101 0 10000 1000100 101 101110 1010101 111110

Color Harmonies of #F1CA4D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1CA4D

Black with #F1CA4D

Text Example


Text Example

White with #F1CA4D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1CA4D; }

 p { color: rgb(241,202,77); }

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

background-color css

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

 a { background-color: rgb(241,202,77); }

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

border-color css

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

 span { border-color: rgb(241,202,77); }

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