Html Css Color HEX #F0A854 Casablanca

📋 copy color: '#F0A854'

red 240 ◦ green 168 ◦ blue 84

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

Shades of Casablanca #F0A854

Tints of Casablanca #F0A854

RGB

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

 GREEN value IS 168 (66.02% from 255) = 34.15%

 BLUE value IS 84 (33.2% from 255) = 17.07%

R = 48.78%
G = 34.15%
B = 17.07%

CMYK

 C value IS 0

 M value IS 0.3

 Y value IS 0.65

 K value IS 0.06

RGB Variations

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

Color information

#F0A854 (or 0xF0A854) is known color: Casablanca. HEX triplet: F0, A8 and 54. RGB value is (240,168,84). Sum of RGB (Red+Green+Blue) = 240+168+84=492 (65% of max value = 765). Red value is 240 (94.14% from 255 or 48.78% from 492); Green value is 168 (66.02% from 255 or 34.15% from 492); Blue value is 84 (33.20% from 255 or 17.07% from 492); Max value from RGB is 240 - color contains mainly: red. Hex color #F0A854 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F0A854 is #0F57AB. Grayscale: #B4B4B4. Windows color (decimal): -1005484 or 5548272. OLE color: 5548272.

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

Color convert

RGB 240 168 84 -
CMYK 0 0.3 0.65 0.06
HSL 32.31º 0.84% 0.64% -
HSV(B) 32.31º 0.65% 0.94% -
XYZ 51.54 47.17 14.78 -
YUV 179.95 73.85 170.83 -
System Red Green Blue C M Y K H S L
Decimal 240 168 84 0 0.3 0.65 0.06 32.31 0.84 0.64
Hex F0 A8 54 0 1E 41 6 20 54 40
Octal 360 250 124 0 36 101 6 40 124 100
Binary 11110000 10101000 1010100 0 11110 1000001 110 100000 1010100 1000000

Color Harmonies of #F0A854

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0A854

Black with #F0A854

Text Example


Text Example

White with #F0A854

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0A854; }

 p { color: rgb(240,168,84); }

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

background-color css

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

 a { background-color: rgb(240,168,84); }

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

border-color css

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

 span { border-color: rgb(240,168,84); }

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