Html Css Color HEX #F0AF4D Casablanca

📋 copy color: '#F0AF4D'

red 240 ◦ green 175 ◦ blue 77

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

Shades of Casablanca #F0AF4D

Tints of Casablanca #F0AF4D

RGB

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

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

 BLUE value IS 77 (30.47% from 255) = 15.65%

R = 48.78%
G = 35.57%
B = 15.65%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.68

 K value IS 0.06

RGB Variations

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

Color information

#F0AF4D (or 0xF0AF4D) is known color: Casablanca. HEX triplet: F0, AF and 4D. RGB value is (240,175,77). Sum of RGB (Red+Green+Blue) = 240+175+77=492 (65% of max value = 765). Red value is 240 (94.14% from 255 or 48.78% from 492); Green value is 175 (68.75% from 255 or 35.57% from 492); Blue value is 77 (30.47% from 255 or 15.65% from 492); Max value from RGB is 240 - color contains mainly: red. Hex color #F0AF4D is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F0AF4D is #0F50B2. Grayscale: #B7B7B7. Windows color (decimal): -1003699 or 5091312. OLE color: 5091312.

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

Color convert

RGB 240 175 77 -
CMYK 0 0.27 0.68 0.06
HSL 36.07º 0.84% 0.62% -
HSV(B) 36.07º 0.68% 0.94% -
XYZ 52.6 49.72 13.85 -
YUV 183.26 68.03 168.47 -
System Red Green Blue C M Y K H S L
Decimal 240 175 77 0 0.27 0.68 0.06 36.07 0.84 0.62
Hex F0 AF 4D 0 1B 44 6 24 54 3E
Octal 360 257 115 0 33 104 6 44 124 76
Binary 11110000 10101111 1001101 0 11011 1000100 110 100100 1010100 111110

Color Harmonies of #F0AF4D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0AF4D

Black with #F0AF4D

Text Example


Text Example

White with #F0AF4D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0AF4D; }

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

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

background-color css

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

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

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

border-color css

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

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

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