Html Css Color HEX #F4AF4D Casablanca

📋 copy color: '#F4AF4D'

red 244 ◦ green 175 ◦ blue 77

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

Shades of Casablanca #F4AF4D

Tints of Casablanca #F4AF4D

RGB

 RED value IS 244 (95.7% from 255) = 49.19%

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

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

R = 49.19%
G = 35.28%
B = 15.52%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.68

 K value IS 0.04

RGB Variations

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

Color information

#F4AF4D (or 0xF4AF4D) is known color: Casablanca. HEX triplet: F4, AF and 4D. RGB value is (244,175,77). Sum of RGB (Red+Green+Blue) = 244+175+77=496 (65% of max value = 765). Red value is 244 (95.70% from 255 or 49.19% from 496); Green value is 175 (68.75% from 255 or 35.28% from 496); Blue value is 77 (30.47% from 255 or 15.52% from 496); Max value from RGB is 244 - color contains mainly: red. Hex color #F4AF4D is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F4AF4D is #0B50B2. Grayscale: #B8B8B8. Windows color (decimal): -741555 or 5091316. OLE color: 5091316.

HSL color Cylindrical-coordinate representation of color #F4AF4D: hue angle of 35.21º degrees, saturation: 0.88, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #F4AF4D is Cyan = 0, Magento = 0.28, Yellow = 0.68 and Black (K on CMYK) = 0.04.

Color convert

RGB 244 175 77 -
CMYK 0 0.28 0.68 0.04
HSL 35.21º 0.88% 0.63% -
HSV(B) 35.21º 0.68% 0.96% -
XYZ 53.98 50.43 13.91 -
YUV 184.46 67.36 170.47 -
System Red Green Blue C M Y K H S L
Decimal 244 175 77 0 0.28 0.68 0.04 35.21 0.88 0.63
Hex F4 AF 4D 0 1C 44 4 23 58 3F
Octal 364 257 115 0 34 104 4 43 130 77
Binary 11110100 10101111 1001101 0 11100 1000100 100 100011 1011000 111111

Color Harmonies of #F4AF4D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F4AF4D

Black with #F4AF4D

Text Example


Text Example

White with #F4AF4D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F4AF4D; }

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

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

background-color css

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

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

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

border-color css

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

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

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