Html Css Color HEX #F2C94B Festival

📋 copy color: '#F2C94B'

red 242 ◦ green 201 ◦ blue 75

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

Shades of Festival #F2C94B

Tints of Festival #F2C94B

RGB

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

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

 BLUE value IS 75 (29.69% from 255) = 14.48%

R = 46.72%
G = 38.8%
B = 14.48%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.69

 K value IS 0.05

RGB Variations

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

Color information

#F2C94B (or 0xF2C94B) is known color: Festival. HEX triplet: F2, C9 and 4B. RGB value is (242,201,75). Sum of RGB (Red+Green+Blue) = 242+201+75=518 (68% of max value = 765). Red value is 242 (94.92% from 255 or 46.72% from 518); Green value is 201 (78.91% from 255 or 38.80% from 518); Blue value is 75 (29.69% from 255 or 14.48% from 518); Max value from RGB is 242 - color contains mainly: red. Hex color #F2C94B is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F2C94B is #0D36B4. Grayscale: #C7C7C7. Windows color (decimal): -865973 or 4966898. OLE color: 4966898.

HSL color Cylindrical-coordinate representation of color #F2C94B: hue angle of 45.27º 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 #F2C94B is Cyan = 0, Magento = 0.17, Yellow = 0.69 and Black (K on CMYK) = 0.05.

Color convert

RGB 242 201 75 -
CMYK 0 0.17 0.69 0.05
HSL 45.27º 0.87% 0.62% -
HSV(B) 45.27º 0.69% 0.95% -
XYZ 58.77 61.16 15.36 -
YUV 198.9 58.08 158.75 -
System Red Green Blue C M Y K H S L
Decimal 242 201 75 0 0.17 0.69 0.05 45.27 0.87 0.62
Hex F2 C9 4B 0 11 45 5 2D 57 3E
Octal 362 311 113 0 21 105 5 55 127 76
Binary 11110010 11001001 1001011 0 10001 1000101 101 101101 1010111 111110

Color Harmonies of #F2C94B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2C94B

Black with #F2C94B

Text Example


Text Example

White with #F2C94B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2C94B; }

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

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

background-color css

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

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

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

border-color css

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

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

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