Html Css Color HEX #F1AB4E Casablanca

📋 copy color: '#F1AB4E'

red 241 ◦ green 171 ◦ blue 78

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

Shades of Casablanca #F1AB4E

Tints of Casablanca #F1AB4E

RGB

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

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

 BLUE value IS 78 (30.86% from 255) = 15.92%

R = 49.18%
G = 34.9%
B = 15.92%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.68

 K value IS 0.05

RGB Variations

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

Color information

#F1AB4E (or 0xF1AB4E) is known color: Casablanca. HEX triplet: F1, AB and 4E. RGB value is (241,171,78). Sum of RGB (Red+Green+Blue) = 241+171+78=490 (64% of max value = 765). Red value is 241 (94.53% from 255 or 49.18% from 490); Green value is 171 (67.19% from 255 or 34.90% from 490); Blue value is 78 (30.86% from 255 or 15.92% from 490); Max value from RGB is 241 - color contains mainly: red. Hex color #F1AB4E is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F1AB4E is #0E54B1. Grayscale: #B5B5B5. Windows color (decimal): -939186 or 5155825. OLE color: 5155825.

HSL color Cylindrical-coordinate representation of color #F1AB4E: hue angle of 34.23º degrees, saturation: 0.85, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #F1AB4E is Cyan = 0, Magento = 0.29, Yellow = 0.68 and Black (K on CMYK) = 0.05.

Color convert

RGB 241 171 78 -
CMYK 0 0.29 0.68 0.05
HSL 34.23º 0.85% 0.63% -
HSV(B) 34.23º 0.68% 0.95% -
XYZ 52.21 48.38 13.79 -
YUV 181.33 69.69 170.56 -
System Red Green Blue C M Y K H S L
Decimal 241 171 78 0 0.29 0.68 0.05 34.23 0.85 0.63
Hex F1 AB 4E 0 1D 44 5 22 55 3F
Octal 361 253 116 0 35 104 5 42 125 77
Binary 11110001 10101011 1001110 0 11101 1000100 101 100010 1010101 111111

Color Harmonies of #F1AB4E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1AB4E

Black with #F1AB4E

Text Example


Text Example

White with #F1AB4E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1AB4E; }

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

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

background-color css

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

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

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

border-color css

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

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

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