Html Css Color HEX #F2AB58 Casablanca

📋 copy color: '#F2AB58'

red 242 ◦ green 171 ◦ blue 88

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

Shades of Casablanca #F2AB58

Tints of Casablanca #F2AB58

RGB

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

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

 BLUE value IS 88 (34.77% from 255) = 17.56%

R = 48.3%
G = 34.13%
B = 17.56%

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

#F2AB58 (or 0xF2AB58) is known color: Casablanca. HEX triplet: F2, AB and 58. RGB value is (242,171,88). Sum of RGB (Red+Green+Blue) = 242+171+88=501 (66% of max value = 765). Red value is 242 (94.92% from 255 or 48.30% from 501); Green value is 171 (67.19% from 255 or 34.13% from 501); Blue value is 88 (34.77% from 255 or 17.56% from 501); Max value from RGB is 242 - color contains mainly: red. Hex color #F2AB58 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F2AB58 is #0D54A7. Grayscale: #B7B7B7. Windows color (decimal): -873640 or 5811186. OLE color: 5811186.

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

Color convert

RGB 242 171 88 -
CMYK 0 0.29 0.64 0.05
HSL 32.34º 0.86% 0.65% -
HSV(B) 32.34º 0.64% 0.95% -
XYZ 52.94 48.71 15.84 -
YUV 182.77 74.52 170.25 -
System Red Green Blue C M Y K H S L
Decimal 242 171 88 0 0.29 0.64 0.05 32.34 0.86 0.65
Hex F2 AB 58 0 1D 40 5 20 56 41
Octal 362 253 130 0 35 100 5 40 126 101
Binary 11110010 10101011 1011000 0 11101 1000000 101 100000 1010110 1000001

Color Harmonies of #F2AB58

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2AB58

Black with #F2AB58

Text Example


Text Example

White with #F2AB58

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2AB58; }

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

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

background-color css

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

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

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

border-color css

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

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

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