Html Css Color HEX #F2AB57 Casablanca

📋 copy color: '#F2AB57'

red 242 ◦ green 171 ◦ blue 87

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

Shades of Casablanca #F2AB57

Tints of Casablanca #F2AB57

RGB

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

 GREEN value IS 171 (67.19% from 255) = 34.2%

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

R = 48.4%
G = 34.2%
B = 17.4%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.64

 K value IS 0.05

RGB Variations

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

Color information

#F2AB57 (or 0xF2AB57) is known color: Casablanca. HEX triplet: F2, AB and 57. RGB value is (242,171,87). Sum of RGB (Red+Green+Blue) = 242+171+87=500 (66% of max value = 765). Red value is 242 (94.92% from 255 or 48.4% from 500); Green value is 171 (67.19% from 255 or 34.2% from 500); Blue value is 87 (34.38% from 255 or 17.4% from 500); Max value from RGB is 242 - color contains mainly: red. Hex color #F2AB57 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F2AB57 is #0D54A8. Grayscale: #B7B7B7. Windows color (decimal): -873641 or 5745650. OLE color: 5745650.

HSL color Cylindrical-coordinate representation of color #F2AB57: hue angle of 32.52º 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 #F2AB57 is Cyan = 0, Magento = 0.29, Yellow = 0.64 and Black (K on CMYK) = 0.05.

Color convert

RGB 242 171 87 -
CMYK 0 0.29 0.64 0.05
HSL 32.52º 0.86% 0.65% -
HSV(B) 32.52º 0.64% 0.95% -
XYZ 52.9 48.69 15.63 -
YUV 182.65 74.02 170.33 -
System Red Green Blue C M Y K H S L
Decimal 242 171 87 0 0.29 0.64 0.05 32.52 0.86 0.65
Hex F2 AB 57 0 1D 40 5 21 56 41
Octal 362 253 127 0 35 100 5 41 126 101
Binary 11110010 10101011 1010111 0 11101 1000000 101 100001 1010110 1000001

Color Harmonies of #F2AB57

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2AB57

Black with #F2AB57

Text Example


Text Example

White with #F2AB57

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2AB57; }

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

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

background-color css

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

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

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

border-color css

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

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

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