Html Css Color HEX #F1A856 Casablanca

📋 copy color: '#F1A856'

red 241 ◦ green 168 ◦ blue 86

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

Shades of Casablanca #F1A856

Tints of Casablanca #F1A856

RGB

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

 GREEN value IS 168 (66.02% from 255) = 33.94%

 BLUE value IS 86 (33.98% from 255) = 17.37%

R = 48.69%
G = 33.94%
B = 17.37%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.64

 K value IS 0.05

RGB Variations

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

Color information

#F1A856 (or 0xF1A856) is known color: Casablanca. HEX triplet: F1, A8 and 56. RGB value is (241,168,86). Sum of RGB (Red+Green+Blue) = 241+168+86=495 (65% of max value = 765). Red value is 241 (94.53% from 255 or 48.69% from 495); Green value is 168 (66.02% from 255 or 33.94% from 495); Blue value is 86 (33.98% from 255 or 17.37% from 495); Max value from RGB is 241 - color contains mainly: red. Hex color #F1A856 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F1A856 is #0E57A9. Grayscale: #B4B4B4. Windows color (decimal): -939946 or 5679345. OLE color: 5679345.

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

Color convert

RGB 241 168 86 -
CMYK 0 0.30 0.64 0.05
HSL 31.74º 0.85% 0.64% -
HSV(B) 31.74º 0.64% 0.95% -
XYZ 51.96 47.38 15.21 -
YUV 180.48 74.68 171.17 -
System Red Green Blue C M Y K H S L
Decimal 241 168 86 0 0.30 0.64 0.05 31.74 0.85 0.64
Hex F1 A8 56 0 1E 40 5 20 55 40
Octal 361 250 126 0 36 100 5 40 125 100
Binary 11110001 10101000 1010110 0 11110 1000000 101 100000 1010101 1000000

Color Harmonies of #F1A856

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1A856

Black with #F1A856

Text Example


Text Example

White with #F1A856

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1A856; }

 p { color: rgb(241,168,86); }

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

background-color css

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

 a { background-color: rgb(241,168,86); }

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

border-color css

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

 span { border-color: rgb(241,168,86); }

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