Html Css Color HEX #F0AD58 Casablanca

📋 copy color: '#F0AD58'

red 240 ◦ green 173 ◦ blue 88

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

Shades of Casablanca #F0AD58

Tints of Casablanca #F0AD58

RGB

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

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

 BLUE value IS 88 (34.77% from 255) = 17.56%

R = 47.9%
G = 34.53%
B = 17.56%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.63

 K value IS 0.06

RGB Variations

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

Color information

#F0AD58 (or 0xF0AD58) is known color: Casablanca. HEX triplet: F0, AD and 58. RGB value is (240,173,88). Sum of RGB (Red+Green+Blue) = 240+173+88=501 (66% of max value = 765). Red value is 240 (94.14% from 255 or 47.90% from 501); Green value is 173 (67.97% from 255 or 34.53% from 501); Blue value is 88 (34.77% from 255 or 17.56% from 501); Max value from RGB is 240 - color contains mainly: red. Hex color #F0AD58 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F0AD58 is #0F52A7. Grayscale: #B7B7B7. Windows color (decimal): -1004200 or 5811696. OLE color: 5811696.

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

Color convert

RGB 240 173 88 -
CMYK 0 0.28 0.63 0.06
HSL 33.55º 0.84% 0.64% -
HSV(B) 33.55º 0.63% 0.94% -
XYZ 52.64 49.12 15.94 -
YUV 183.34 74.2 168.41 -
System Red Green Blue C M Y K H S L
Decimal 240 173 88 0 0.28 0.63 0.06 33.55 0.84 0.64
Hex F0 AD 58 0 1C 3F 6 22 54 40
Octal 360 255 130 0 34 77 6 42 124 100
Binary 11110000 10101101 1011000 0 11100 111111 110 100010 1010100 1000000

Color Harmonies of #F0AD58

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0AD58

Black with #F0AD58

Text Example


Text Example

White with #F0AD58

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0AD58; }

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

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

background-color css

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

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

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

border-color css

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

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

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