Html Css Color HEX #F0AF47 Casablanca

📋 copy color: '#F0AF47'

red 240 ◦ green 175 ◦ blue 71

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

Shades of Casablanca #F0AF47

Tints of Casablanca #F0AF47

RGB

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

 GREEN value IS 175 (68.75% from 255) = 36.01%

 BLUE value IS 71 (28.13% from 255) = 14.61%

R = 49.38%
G = 36.01%
B = 14.61%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.70

 K value IS 0.06

RGB Variations

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

Color information

#F0AF47 (or 0xF0AF47) is known color: Casablanca. HEX triplet: F0, AF and 47. RGB value is (240,175,71). Sum of RGB (Red+Green+Blue) = 240+175+71=486 (64% of max value = 765). Red value is 240 (94.14% from 255 or 49.38% from 486); Green value is 175 (68.75% from 255 or 36.01% from 486); Blue value is 71 (28.12% from 255 or 14.61% from 486); Max value from RGB is 240 - color contains mainly: red. Hex color #F0AF47 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F0AF47 is #0F50B8. Grayscale: #B7B7B7. Windows color (decimal): -1003705 or 4698096. OLE color: 4698096.

HSL color Cylindrical-coordinate representation of color #F0AF47: hue angle of 36.92º degrees, saturation: 0.85, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #F0AF47 is Cyan = 0, Magento = 0.27, Yellow = 0.70 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 175 71 -
CMYK 0 0.27 0.70 0.06
HSL 36.92º 0.85% 0.61% -
HSV(B) 36.92º 0.7% 0.94% -
XYZ 52.4 49.64 12.78 -
YUV 182.58 65.03 168.96 -
System Red Green Blue C M Y K H S L
Decimal 240 175 71 0 0.27 0.70 0.06 36.92 0.85 0.61
Hex F0 AF 47 0 1B 46 6 25 55 3D
Octal 360 257 107 0 33 106 6 45 125 75
Binary 11110000 10101111 1000111 0 11011 1000110 110 100101 1010101 111101

Color Harmonies of #F0AF47

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0AF47

Black with #F0AF47

Text Example


Text Example

White with #F0AF47

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0AF47; }

 p { color: rgb(240,175,71); }

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

background-color css

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

 a { background-color: rgb(240,175,71); }

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

border-color css

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

 span { border-color: rgb(240,175,71); }

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