Html Css Color HEX #F2AF57 Casablanca

📋 copy color: '#F2AF57'

red 242 ◦ green 175 ◦ blue 87

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

Shades of Casablanca #F2AF57

Tints of Casablanca #F2AF57

RGB

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

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

 BLUE value IS 87 (34.38% from 255) = 17.26%

R = 48.02%
G = 34.72%
B = 17.26%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.64

 K value IS 0.05

RGB Variations

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

Color information

#F2AF57 (or 0xF2AF57) is known color: Casablanca. HEX triplet: F2, AF and 57. RGB value is (242,175,87). Sum of RGB (Red+Green+Blue) = 242+175+87=504 (66% of max value = 765). Red value is 242 (94.92% from 255 or 48.02% from 504); Green value is 175 (68.75% from 255 or 34.72% from 504); Blue value is 87 (34.38% from 255 or 17.26% from 504); Max value from RGB is 242 - color contains mainly: red. Hex color #F2AF57 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F2AF57 is #0D50A8. Grayscale: #B9B9B9. Windows color (decimal): -872617 or 5746674. OLE color: 5746674.

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

Color convert

RGB 242 175 87 -
CMYK 0 0.28 0.64 0.05
HSL 34.06º 0.86% 0.65% -
HSV(B) 34.06º 0.64% 0.95% -
XYZ 53.67 50.23 15.88 -
YUV 185 72.7 168.66 -
System Red Green Blue C M Y K H S L
Decimal 242 175 87 0 0.28 0.64 0.05 34.06 0.86 0.65
Hex F2 AF 57 0 1C 40 5 22 56 41
Octal 362 257 127 0 34 100 5 42 126 101
Binary 11110010 10101111 1010111 0 11100 1000000 101 100010 1010110 1000001

Color Harmonies of #F2AF57

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2AF57

Black with #F2AF57

Text Example


Text Example

White with #F2AF57

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2AF57; }

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

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

background-color css

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

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

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

border-color css

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

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

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