Html Css Color HEX #F2AF5A Casablanca

📋 copy color: '#F2AF5A'

red 242 ◦ green 175 ◦ blue 90

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

Shades of Casablanca #F2AF5A

Tints of Casablanca #F2AF5A

RGB

 RED value IS 242 (94.92% from 255) = 47.73%

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

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

R = 47.73%
G = 34.52%
B = 17.75%

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

#F2AF5A (or 0xF2AF5A) is known color: Casablanca. HEX triplet: F2, AF and 5A. RGB value is (242,175,90). Sum of RGB (Red+Green+Blue) = 242+175+90=507 (67% of max value = 765). Red value is 242 (94.92% from 255 or 47.73% from 507); Green value is 175 (68.75% from 255 or 34.52% from 507); Blue value is 90 (35.55% from 255 or 17.75% from 507); Max value from RGB is 242 - color contains mainly: red. Hex color #F2AF5A is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F2AF5A is #0D50A5. Grayscale: #B9B9B9. Windows color (decimal): -872614 or 5943282. OLE color: 5943282.

HSL color Cylindrical-coordinate representation of color #F2AF5A: hue angle of 33.55º degrees, saturation: 0.85, 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 #F2AF5A is Cyan = 0, Magento = 0.28, Yellow = 0.63 and Black (K on CMYK) = 0.05.

Color convert

RGB 242 175 90 -
CMYK 0 0.28 0.63 0.05
HSL 33.55º 0.85% 0.65% -
HSV(B) 33.55º 0.63% 0.95% -
XYZ 53.79 50.28 16.54 -
YUV 185.34 74.2 168.41 -
System Red Green Blue C M Y K H S L
Decimal 242 175 90 0 0.28 0.63 0.05 33.55 0.85 0.65
Hex F2 AF 5A 0 1C 3F 5 22 55 41
Octal 362 257 132 0 34 77 5 42 125 101
Binary 11110010 10101111 1011010 0 11100 111111 101 100010 1010101 1000001

Color Harmonies of #F2AF5A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2AF5A

Black with #F2AF5A

Text Example


Text Example

White with #F2AF5A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2AF5A; }

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

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

background-color css

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

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

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

border-color css

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

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

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