Html Css Color HEX #F0AC55 Casablanca

📋 copy color: '#F0AC55'

red 240 ◦ green 172 ◦ blue 85

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

Shades of Casablanca #F0AC55

Tints of Casablanca #F0AC55

RGB

 RED value IS 240 (94.14% from 255) = 48.29%

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

 BLUE value IS 85 (33.59% from 255) = 17.1%

R = 48.29%
G = 34.61%
B = 17.1%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.65

 K value IS 0.06

RGB Variations

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

Color information

#F0AC55 (or 0xF0AC55) is known color: Casablanca. HEX triplet: F0, AC and 55. RGB value is (240,172,85). Sum of RGB (Red+Green+Blue) = 240+172+85=497 (65% of max value = 765). Red value is 240 (94.14% from 255 or 48.29% from 497); Green value is 172 (67.58% from 255 or 34.61% from 497); Blue value is 85 (33.59% from 255 or 17.10% from 497); Max value from RGB is 240 - color contains mainly: red. Hex color #F0AC55 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F0AC55 is #0F53AA. Grayscale: #B6B6B6. Windows color (decimal): -1004459 or 5614832. OLE color: 5614832.

HSL color Cylindrical-coordinate representation of color #F0AC55: hue angle of 33.68º degrees, saturation: 0.84, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #F0AC55 is Cyan = 0, Magento = 0.28, Yellow = 0.65 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 172 85 -
CMYK 0 0.28 0.65 0.06
HSL 33.68º 0.84% 0.64% -
HSV(B) 33.68º 0.65% 0.94% -
XYZ 52.33 48.69 15.23 -
YUV 182.41 73.03 169.07 -
System Red Green Blue C M Y K H S L
Decimal 240 172 85 0 0.28 0.65 0.06 33.68 0.84 0.64
Hex F0 AC 55 0 1C 41 6 22 54 40
Octal 360 254 125 0 34 101 6 42 124 100
Binary 11110000 10101100 1010101 0 11100 1000001 110 100010 1010100 1000000

Color Harmonies of #F0AC55

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0AC55

Black with #F0AC55

Text Example


Text Example

White with #F0AC55

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0AC55; }

 p { color: rgb(240,172,85); }

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

background-color css

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

 a { background-color: rgb(240,172,85); }

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

border-color css

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

 span { border-color: rgb(240,172,85); }

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