Html Css Color HEX #F1AB49 Casablanca

📋 copy color: '#F1AB49'

red 241 ◦ green 171 ◦ blue 73

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

Shades of Casablanca #F1AB49

Tints of Casablanca #F1AB49

RGB

 RED value IS 241 (94.53% from 255) = 49.69%

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

 BLUE value IS 73 (28.91% from 255) = 15.05%

R = 49.69%
G = 35.26%
B = 15.05%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.70

 K value IS 0.05

RGB Variations

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

Color information

#F1AB49 (or 0xF1AB49) is known color: Casablanca. HEX triplet: F1, AB and 49. RGB value is (241,171,73). Sum of RGB (Red+Green+Blue) = 241+171+73=485 (64% of max value = 765). Red value is 241 (94.53% from 255 or 49.69% from 485); Green value is 171 (67.19% from 255 or 35.26% from 485); Blue value is 73 (28.91% from 255 or 15.05% from 485); Max value from RGB is 241 - color contains mainly: red. Hex color #F1AB49 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F1AB49 is #0E54B6. Grayscale: #B5B5B5. Windows color (decimal): -939191 or 4828145. OLE color: 4828145.

HSL color Cylindrical-coordinate representation of color #F1AB49: hue angle of 35º degrees, saturation: 0.86, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #F1AB49 is Cyan = 0, Magento = 0.29, Yellow = 0.70 and Black (K on CMYK) = 0.05.

Color convert

RGB 241 171 73 -
CMYK 0 0.29 0.70 0.05
HSL 35º 0.86% 0.62% -
HSV(B) 35º 0.7% 0.95% -
XYZ 52.04 48.31 12.88 -
YUV 180.76 67.19 170.97 -
System Red Green Blue C M Y K H S L
Decimal 241 171 73 0 0.29 0.70 0.05 35 0.86 0.62
Hex F1 AB 49 0 1D 46 5 23 56 3E
Octal 361 253 111 0 35 106 5 43 126 76
Binary 11110001 10101011 1001001 0 11101 1000110 101 100011 1010110 111110

Color Harmonies of #F1AB49

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1AB49

Black with #F1AB49

Text Example


Text Example

White with #F1AB49

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1AB49; }

 p { color: rgb(241,171,73); }

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

background-color css

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

 a { background-color: rgb(241,171,73); }

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

border-color css

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

 span { border-color: rgb(241,171,73); }

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