Html Css Color HEX #F4AF4E Casablanca

📋 copy color: '#F4AF4E'

red 244 ◦ green 175 ◦ blue 78

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

Shades of Casablanca #F4AF4E

Tints of Casablanca #F4AF4E

RGB

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

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

 BLUE value IS 78 (30.86% from 255) = 15.69%

R = 49.09%
G = 35.21%
B = 15.69%

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

#F4AF4E (or 0xF4AF4E) is known color: Casablanca. HEX triplet: F4, AF and 4E. RGB value is (244,175,78). Sum of RGB (Red+Green+Blue) = 244+175+78=497 (65% of max value = 765). Red value is 244 (95.70% from 255 or 49.09% from 497); Green value is 175 (68.75% from 255 or 35.21% from 497); Blue value is 78 (30.86% from 255 or 15.69% from 497); Max value from RGB is 244 - color contains mainly: red. Hex color #F4AF4E is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F4AF4E is #0B50B1. Grayscale: #B9B9B9. Windows color (decimal): -741554 or 5156852. OLE color: 5156852.

HSL color Cylindrical-coordinate representation of color #F4AF4E: hue angle of 35.06º 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 #F4AF4E is Cyan = 0, Magento = 0.28, Yellow = 0.68 and Black (K on CMYK) = 0.04.

Color convert

RGB 244 175 78 -
CMYK 0 0.28 0.68 0.04
HSL 35.06º 0.88% 0.63% -
HSV(B) 35.06º 0.68% 0.96% -
XYZ 54.01 50.44 14.1 -
YUV 184.57 67.86 170.39 -
System Red Green Blue C M Y K H S L
Decimal 244 175 78 0 0.28 0.68 0.04 35.06 0.88 0.63
Hex F4 AF 4E 0 1C 44 4 23 58 3F
Octal 364 257 116 0 34 104 4 43 130 77
Binary 11110100 10101111 1001110 0 11100 1000100 100 100011 1011000 111111

Color Harmonies of #F4AF4E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F4AF4E

Black with #F4AF4E

Text Example


Text Example

White with #F4AF4E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F4AF4E; }

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

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

background-color css

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

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

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

border-color css

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

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

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