Html Css Color HEX #F1A853 Casablanca

📋 copy color: '#F1A853'

red 241 ◦ green 168 ◦ blue 83

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

Shades of Casablanca #F1A853

Tints of Casablanca #F1A853

RGB

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

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

 BLUE value IS 83 (32.81% from 255) = 16.87%

R = 48.98%
G = 34.15%
B = 16.87%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.66

 K value IS 0.05

RGB Variations

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

Color information

#F1A853 (or 0xF1A853) is known color: Casablanca. HEX triplet: F1, A8 and 53. RGB value is (241,168,83). Sum of RGB (Red+Green+Blue) = 241+168+83=492 (65% of max value = 765). Red value is 241 (94.53% from 255 or 48.98% from 492); Green value is 168 (66.02% from 255 or 34.15% from 492); Blue value is 83 (32.81% from 255 or 16.87% from 492); Max value from RGB is 241 - color contains mainly: red. Hex color #F1A853 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F1A853 is #0E57AC. Grayscale: #B4B4B4. Windows color (decimal): -939949 or 5482737. OLE color: 5482737.

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

Color convert

RGB 241 168 83 -
CMYK 0 0.30 0.66 0.05
HSL 32.28º 0.85% 0.64% -
HSV(B) 32.28º 0.66% 0.95% -
XYZ 51.84 47.33 14.59 -
YUV 180.14 73.18 171.41 -
System Red Green Blue C M Y K H S L
Decimal 241 168 83 0 0.30 0.66 0.05 32.28 0.85 0.64
Hex F1 A8 53 0 1E 42 5 20 55 40
Octal 361 250 123 0 36 102 5 40 125 100
Binary 11110001 10101000 1010011 0 11110 1000010 101 100000 1010101 1000000

Color Harmonies of #F1A853

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1A853

Black with #F1A853

Text Example


Text Example

White with #F1A853

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1A853; }

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

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

background-color css

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

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

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

border-color css

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

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

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