Html Css Color HEX #F1B85E Casablanca

📋 copy color: '#F1B85E'

red 241 ◦ green 184 ◦ blue 94

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

Shades of Casablanca #F1B85E

Tints of Casablanca #F1B85E

RGB

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

 GREEN value IS 184 (72.27% from 255) = 35.45%

 BLUE value IS 94 (37.11% from 255) = 18.11%

R = 46.44%
G = 35.45%
B = 18.11%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.61

 K value IS 0.05

RGB Variations

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

Color information

#F1B85E (or 0xF1B85E) is known color: Casablanca. HEX triplet: F1, B8 and 5E. RGB value is (241,184,94). Sum of RGB (Red+Green+Blue) = 241+184+94=519 (68% of max value = 765). Red value is 241 (94.53% from 255 or 46.44% from 519); Green value is 184 (72.27% from 255 or 35.45% from 519); Blue value is 94 (37.11% from 255 or 18.11% from 519); Max value from RGB is 241 - color contains mainly: red. Hex color #F1B85E is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F1B85E is #0E47A1. Grayscale: #BFBFBF. Windows color (decimal): -935842 or 6207729. OLE color: 6207729.

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

Color convert

RGB 241 184 94 -
CMYK 0 0.24 0.61 0.05
HSL 36.73º 0.84% 0.66% -
HSV(B) 36.73º 0.61% 0.95% -
XYZ 55.44 53.79 18.05 -
YUV 190.78 73.38 163.82 -
System Red Green Blue C M Y K H S L
Decimal 241 184 94 0 0.24 0.61 0.05 36.73 0.84 0.66
Hex F1 B8 5E 0 18 3D 5 25 54 42
Octal 361 270 136 0 30 75 5 45 124 102
Binary 11110001 10111000 1011110 0 11000 111101 101 100101 1010100 1000010

Color Harmonies of #F1B85E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1B85E

Black with #F1B85E

Text Example


Text Example

White with #F1B85E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1B85E; }

 p { color: rgb(241,184,94); }

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

background-color css

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

 a { background-color: rgb(241,184,94); }

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

border-color css

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

 span { border-color: rgb(241,184,94); }

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