Html Css Color HEX #F2C945 Festival

📋 copy color: '#F2C945'

red 242 ◦ green 201 ◦ blue 69

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

Shades of Festival #F2C945

Tints of Festival #F2C945

RGB

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

 GREEN value IS 201 (78.91% from 255) = 39.26%

 BLUE value IS 69 (27.34% from 255) = 13.48%

R = 47.27%
G = 39.26%
B = 13.48%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.71

 K value IS 0.05

RGB Variations

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

Color information

#F2C945 (or 0xF2C945) is known color: Festival. HEX triplet: F2, C9 and 45. RGB value is (242,201,69). Sum of RGB (Red+Green+Blue) = 242+201+69=512 (67% of max value = 765). Red value is 242 (94.92% from 255 or 47.27% from 512); Green value is 201 (78.91% from 255 or 39.26% from 512); Blue value is 69 (27.34% from 255 or 13.48% from 512); Max value from RGB is 242 - color contains mainly: red. Hex color #F2C945 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F2C945 is #0D36BA. Grayscale: #C6C6C6. Windows color (decimal): -865979 or 4573682. OLE color: 4573682.

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

Color convert

RGB 242 201 69 -
CMYK 0 0.17 0.71 0.05
HSL 45.78º 0.87% 0.61% -
HSV(B) 45.78º 0.71% 0.95% -
XYZ 58.58 61.08 14.33 -
YUV 198.21 55.08 159.23 -
System Red Green Blue C M Y K H S L
Decimal 242 201 69 0 0.17 0.71 0.05 45.78 0.87 0.61
Hex F2 C9 45 0 11 47 5 2E 57 3D
Octal 362 311 105 0 21 107 5 56 127 75
Binary 11110010 11001001 1000101 0 10001 1000111 101 101110 1010111 111101

Color Harmonies of #F2C945

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2C945

Black with #F2C945

Text Example


Text Example

White with #F2C945

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2C945; }

 p { color: rgb(242,201,69); }

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

background-color css

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

 a { background-color: rgb(242,201,69); }

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

border-color css

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

 span { border-color: rgb(242,201,69); }

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