#F2CD4B

Color #F2CD4B Festival (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Festival #F2CD4B

Tints of Festival #F2CD4B

Color information

#F2CD4B (or 0xF2CD4B) is unknown color: approx Festival. HEX triplet: F2, CD and 4B. RGB value is (242,205,75). Sum of RGB (Red+Green+Blue) = 242+205+75=522 (69% of max value = 765). Red value is 242 (94.92% from 255 or 46.36% from 522); Green value is 205 (80.47% from 255 or 39.27% from 522); Blue value is 75 (29.69% from 255 or 14.37% from 522); Max value from RGB is 242 - color contains mainly: red. Hex color #F2CD4B is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F2CD4B is #0D32B4. Grayscale: #C9C9C9. Windows color (decimal): -864949 or 4967922. OLE color: 4967922.

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

Color convert

RGB24220575-
CMYK00.150.690.05
HSL46.71º86.53%62.16%-
HSV(B)46.71º69.01%94.9%-
XYZ59.7263.0515.68-
YUV201.2456.76157.07-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 46.36%
GREEN value IS 205 (80.47% from 255) = 39.27%
BLUE value IS 75 (29.69% from 255) = 14.37%
R=46.36%
G=39.27%
B=14.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.69
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2422057500.150.690.0546.7186.5362.16
HexF2CD4B0F4552f573e
Octal36231511301710555712776
Binary111100101100110110010110111110001011011011111010111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F2CD4B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F2CD4B; }

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

 H1.HeaderClassName
 {
   color: #F2CD4B;
 }
 .AnyTagClassName
 {
   color: #F2CD4B;
 }
</style>
background-color css

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

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

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

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

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

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