Html Css Color HEX #F2AC56 Casablanca

📋 copy color: '#F2AC56'

red 242 ◦ green 172 ◦ blue 86

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

Shades of Casablanca #F2AC56

Tints of Casablanca #F2AC56

RGB

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

 GREEN value IS 172 (67.58% from 255) = 34.4%

 BLUE value IS 86 (33.98% from 255) = 17.2%

R = 48.4%
G = 34.4%
B = 17.2%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.64

 K value IS 0.05

RGB Variations

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

Color information

#F2AC56 (or 0xF2AC56) is known color: Casablanca. HEX triplet: F2, AC and 56. RGB value is (242,172,86). Sum of RGB (Red+Green+Blue) = 242+172+86=500 (66% of max value = 765). Red value is 242 (94.92% from 255 or 48.4% from 500); Green value is 172 (67.58% from 255 or 34.4% from 500); Blue value is 86 (33.98% from 255 or 17.2% from 500); Max value from RGB is 242 - color contains mainly: red. Hex color #F2AC56 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F2AC56 is #0D53A9. Grayscale: #B7B7B7. Windows color (decimal): -873386 or 5680370. OLE color: 5680370.

HSL color Cylindrical-coordinate representation of color #F2AC56: hue angle of 33.08º degrees, saturation: 0.86, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #F2AC56 is Cyan = 0, Magento = 0.29, Yellow = 0.64 and Black (K on CMYK) = 0.05.

Color convert

RGB 242 172 86 -
CMYK 0 0.29 0.64 0.05
HSL 33.08º 0.86% 0.64% -
HSV(B) 33.08º 0.64% 0.95% -
XYZ 53.05 49.05 15.48 -
YUV 183.13 73.19 169.99 -
System Red Green Blue C M Y K H S L
Decimal 242 172 86 0 0.29 0.64 0.05 33.08 0.86 0.64
Hex F2 AC 56 0 1D 40 5 21 56 40
Octal 362 254 126 0 35 100 5 41 126 100
Binary 11110010 10101100 1010110 0 11101 1000000 101 100001 1010110 1000000

Color Harmonies of #F2AC56

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2AC56

Black with #F2AC56

Text Example


Text Example

White with #F2AC56

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2AC56; }

 p { color: rgb(242,172,86); }

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

background-color css

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

 a { background-color: rgb(242,172,86); }

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

border-color css

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

 span { border-color: rgb(242,172,86); }

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