Html Css Color HEX #F4AF4A Casablanca

📋 copy color: '#F4AF4A'

red 244 ◦ green 175 ◦ blue 74

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

Shades of Casablanca #F4AF4A

Tints of Casablanca #F4AF4A

RGB

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

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

 BLUE value IS 74 (29.3% from 255) = 15.01%

R = 49.49%
G = 35.5%
B = 15.01%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.70

 K value IS 0.04

RGB Variations

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

Color information

#F4AF4A (or 0xF4AF4A) is known color: Casablanca. HEX triplet: F4, AF and 4A. RGB value is (244,175,74). Sum of RGB (Red+Green+Blue) = 244+175+74=493 (65% of max value = 765). Red value is 244 (95.70% from 255 or 49.49% from 493); Green value is 175 (68.75% from 255 or 35.50% from 493); Blue value is 74 (29.30% from 255 or 15.01% from 493); Max value from RGB is 244 - color contains mainly: red. Hex color #F4AF4A is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F4AF4A is #0B50B5. Grayscale: #B8B8B8. Windows color (decimal): -741558 or 4894708. OLE color: 4894708.

HSL color Cylindrical-coordinate representation of color #F4AF4A: hue angle of 35.65º degrees, saturation: 0.89, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #F4AF4A is Cyan = 0, Magento = 0.28, Yellow = 0.70 and Black (K on CMYK) = 0.04.

Color convert

RGB 244 175 74 -
CMYK 0 0.28 0.70 0.04
HSL 35.65º 0.89% 0.62% -
HSV(B) 35.65º 0.7% 0.96% -
XYZ 53.87 50.39 13.36 -
YUV 184.12 65.86 170.71 -
System Red Green Blue C M Y K H S L
Decimal 244 175 74 0 0.28 0.70 0.04 35.65 0.89 0.62
Hex F4 AF 4A 0 1C 46 4 24 59 3E
Octal 364 257 112 0 34 106 4 44 131 76
Binary 11110100 10101111 1001010 0 11100 1000110 100 100100 1011001 111110

Color Harmonies of #F4AF4A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F4AF4A

Black with #F4AF4A

Text Example


Text Example

White with #F4AF4A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F4AF4A; }

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

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

background-color css

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

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

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

border-color css

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

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

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