Html Css Color HEX #F2CD41 Festival

📋 copy color: '#F2CD41'

red 242 ◦ green 205 ◦ blue 65

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

Shades of Festival #F2CD41

Tints of Festival #F2CD41

RGB

 RED value IS 242 (94.92% from 255) = 47.27%

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

 BLUE value IS 65 (25.78% from 255) = 12.7%

R = 47.27%
G = 40.04%
B = 12.7%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.73

 K value IS 0.05

RGB Variations

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

Color information

#F2CD41 (or 0xF2CD41) is known color: Festival. HEX triplet: F2, CD and 41. RGB value is (242,205,65). Sum of RGB (Red+Green+Blue) = 242+205+65=512 (67% of max value = 765). Red value is 242 (94.92% from 255 or 47.27% from 512); Green value is 205 (80.47% from 255 or 40.04% from 512); Blue value is 65 (25.78% from 255 or 12.70% from 512); Max value from RGB is 242 - color contains mainly: red. Hex color #F2CD41 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F2CD41 is #0D32BE. Grayscale: #C8C8C8. Windows color (decimal): -864959 or 4312562. OLE color: 4312562.

HSL color Cylindrical-coordinate representation of color #F2CD41: hue angle of 47.46º degrees, saturation: 0.87, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #F2CD41 is Cyan = 0, Magento = 0.15, Yellow = 0.73 and Black (K on CMYK) = 0.05.

Color convert

RGB 242 205 65 -
CMYK 0 0.15 0.73 0.05
HSL 47.46º 0.87% 0.6% -
HSV(B) 47.46º 0.73% 0.95% -
XYZ 59.4 62.92 14.02 -
YUV 200.1 51.76 157.88 -
System Red Green Blue C M Y K H S L
Decimal 242 205 65 0 0.15 0.73 0.05 47.46 0.87 0.6
Hex F2 CD 41 0 F 49 5 2F 57 3C
Octal 362 315 101 0 17 111 5 57 127 74
Binary 11110010 11001101 1000001 0 1111 1001001 101 101111 1010111 111100

Color Harmonies of #F2CD41

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2CD41

Black with #F2CD41

Text Example


Text Example

White with #F2CD41

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2CD41; }

 p { color: rgb(242,205,65); }

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

background-color css

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

 a { background-color: rgb(242,205,65); }

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

border-color css

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

 span { border-color: rgb(242,205,65); }

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