Html Css Color HEX #F0AC5B Casablanca

📋 copy color: '#F0AC5B'

red 240 ◦ green 172 ◦ blue 91

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

Shades of Casablanca #F0AC5B

Tints of Casablanca #F0AC5B

RGB

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

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

 BLUE value IS 91 (35.94% from 255) = 18.09%

R = 47.71%
G = 34.19%
B = 18.09%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.62

 K value IS 0.06

RGB Variations

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

Color information

#F0AC5B (or 0xF0AC5B) is known color: Casablanca. HEX triplet: F0, AC and 5B. RGB value is (240,172,91). Sum of RGB (Red+Green+Blue) = 240+172+91=503 (66% of max value = 765). Red value is 240 (94.14% from 255 or 47.71% from 503); Green value is 172 (67.58% from 255 or 34.19% from 503); Blue value is 91 (35.94% from 255 or 18.09% from 503); Max value from RGB is 240 - color contains mainly: red. Hex color #F0AC5B is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F0AC5B is #0F53A4. Grayscale: #B7B7B7. Windows color (decimal): -1004453 or 6008048. OLE color: 6008048.

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

Color convert

RGB 240 172 91 -
CMYK 0 0.28 0.62 0.06
HSL 32.62º 0.83% 0.65% -
HSV(B) 32.62º 0.62% 0.94% -
XYZ 52.58 48.79 16.54 -
YUV 183.1 76.03 168.59 -
System Red Green Blue C M Y K H S L
Decimal 240 172 91 0 0.28 0.62 0.06 32.62 0.83 0.65
Hex F0 AC 5B 0 1C 3E 6 21 53 41
Octal 360 254 133 0 34 76 6 41 123 101
Binary 11110000 10101100 1011011 0 11100 111110 110 100001 1010011 1000001

Color Harmonies of #F0AC5B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0AC5B

Black with #F0AC5B

Text Example


Text Example

White with #F0AC5B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0AC5B; }

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

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

background-color css

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

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

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

border-color css

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

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

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