Html Css Color HEX #F3AF5A Casablanca

📋 copy color: '#F3AF5A'

red 243 ◦ green 175 ◦ blue 90

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

Shades of Casablanca #F3AF5A

Tints of Casablanca #F3AF5A

RGB

 RED value IS 243 (95.31% from 255) = 47.83%

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

 BLUE value IS 90 (35.55% from 255) = 17.72%

R = 47.83%
G = 34.45%
B = 17.72%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.63

 K value IS 0.05

RGB Variations

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

Color information

#F3AF5A (or 0xF3AF5A) is known color: Casablanca. HEX triplet: F3, AF and 5A. RGB value is (243,175,90). Sum of RGB (Red+Green+Blue) = 243+175+90=508 (67% of max value = 765). Red value is 243 (95.31% from 255 or 47.83% from 508); Green value is 175 (68.75% from 255 or 34.45% from 508); Blue value is 90 (35.55% from 255 or 17.72% from 508); Max value from RGB is 243 - color contains mainly: red. Hex color #F3AF5A is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F3AF5A is #0C50A5. Grayscale: #BABABA. Windows color (decimal): -807078 or 5943283. OLE color: 5943283.

HSL color Cylindrical-coordinate representation of color #F3AF5A: hue angle of 33.33º degrees, saturation: 0.86, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #F3AF5A is Cyan = 0, Magento = 0.28, Yellow = 0.63 and Black (K on CMYK) = 0.05.

Color convert

RGB 243 175 90 -
CMYK 0 0.28 0.63 0.05
HSL 33.33º 0.86% 0.65% -
HSV(B) 33.33º 0.63% 0.95% -
XYZ 54.14 50.45 16.56 -
YUV 185.64 74.03 168.91 -
System Red Green Blue C M Y K H S L
Decimal 243 175 90 0 0.28 0.63 0.05 33.33 0.86 0.65
Hex F3 AF 5A 0 1C 3F 5 21 56 41
Octal 363 257 132 0 34 77 5 41 126 101
Binary 11110011 10101111 1011010 0 11100 111111 101 100001 1010110 1000001

Color Harmonies of #F3AF5A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F3AF5A

Black with #F3AF5A

Text Example


Text Example

White with #F3AF5A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F3AF5A; }

 p { color: rgb(243,175,90); }

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

background-color css

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

 a { background-color: rgb(243,175,90); }

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

border-color css

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

 span { border-color: rgb(243,175,90); }

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