Html Css Color HEX #F0AD55 Casablanca

📋 copy color: '#F0AD55'

red 240 ◦ green 173 ◦ blue 85

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

Shades of Casablanca #F0AD55

Tints of Casablanca #F0AD55

RGB

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

 GREEN value IS 173 (67.97% from 255) = 34.74%

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

R = 48.19%
G = 34.74%
B = 17.07%

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

#F0AD55 (or 0xF0AD55) is known color: Casablanca. HEX triplet: F0, AD and 55. RGB value is (240,173,85). Sum of RGB (Red+Green+Blue) = 240+173+85=498 (65% of max value = 765). Red value is 240 (94.14% from 255 or 48.19% from 498); Green value is 173 (67.97% from 255 or 34.74% from 498); Blue value is 85 (33.59% from 255 or 17.07% from 498); Max value from RGB is 240 - color contains mainly: red. Hex color #F0AD55 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F0AD55 is #0F52AA. Grayscale: #B7B7B7. Windows color (decimal): -1004203 or 5615088. OLE color: 5615088.

HSL color Cylindrical-coordinate representation of color #F0AD55: hue angle of 34.06º 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 #F0AD55 is Cyan = 0, Magento = 0.28, Yellow = 0.65 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 173 85 -
CMYK 0 0.28 0.65 0.06
HSL 34.06º 0.84% 0.64% -
HSV(B) 34.06º 0.65% 0.94% -
XYZ 52.52 49.07 15.3 -
YUV 183 72.7 168.66 -
System Red Green Blue C M Y K H S L
Decimal 240 173 85 0 0.28 0.65 0.06 34.06 0.84 0.64
Hex F0 AD 55 0 1C 41 6 22 54 40
Octal 360 255 125 0 34 101 6 42 124 100
Binary 11110000 10101101 1010101 0 11100 1000001 110 100010 1010100 1000000

Color Harmonies of #F0AD55

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0AD55

Black with #F0AD55

Text Example


Text Example

White with #F0AD55

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0AD55; }

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

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

background-color css

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

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

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

border-color css

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

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

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