Html Css Color HEX #F0AB53 Casablanca

📋 copy color: '#F0AB53'

red 240 ◦ green 171 ◦ blue 83

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

Shades of Casablanca #F0AB53

Tints of Casablanca #F0AB53

RGB

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

 GREEN value IS 171 (67.19% from 255) = 34.62%

 BLUE value IS 83 (32.81% from 255) = 16.8%

R = 48.58%
G = 34.62%
B = 16.8%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.65

 K value IS 0.06

RGB Variations

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

Color information

#F0AB53 (or 0xF0AB53) is known color: Casablanca. HEX triplet: F0, AB and 53. RGB value is (240,171,83). Sum of RGB (Red+Green+Blue) = 240+171+83=494 (65% of max value = 765). Red value is 240 (94.14% from 255 or 48.58% from 494); Green value is 171 (67.19% from 255 or 34.62% from 494); Blue value is 83 (32.81% from 255 or 16.80% from 494); Max value from RGB is 240 - color contains mainly: red. Hex color #F0AB53 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F0AB53 is #0F54AC. Grayscale: #B6B6B6. Windows color (decimal): -1004717 or 5483504. OLE color: 5483504.

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

Color convert

RGB 240 171 83 -
CMYK 0 0.29 0.65 0.06
HSL 33.63º 0.84% 0.63% -
HSV(B) 33.63º 0.65% 0.94% -
XYZ 52.06 48.28 14.76 -
YUV 181.6 72.36 169.66 -
System Red Green Blue C M Y K H S L
Decimal 240 171 83 0 0.29 0.65 0.06 33.63 0.84 0.63
Hex F0 AB 53 0 1D 41 6 22 54 3F
Octal 360 253 123 0 35 101 6 42 124 77
Binary 11110000 10101011 1010011 0 11101 1000001 110 100010 1010100 111111

Color Harmonies of #F0AB53

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0AB53

Black with #F0AB53

Text Example


Text Example

White with #F0AB53

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0AB53; }

 p { color: rgb(240,171,83); }

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

background-color css

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

 a { background-color: rgb(240,171,83); }

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

border-color css

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

 span { border-color: rgb(240,171,83); }

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