Html Css Color HEX #F5BA5D Casablanca

📋 copy color: '#F5BA5D'

red 245 ◦ green 186 ◦ blue 93

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

Shades of Casablanca #F5BA5D

Tints of Casablanca #F5BA5D

RGB

 RED value IS 245 (96.09% from 255) = 46.76%

 GREEN value IS 186 (73.05% from 255) = 35.5%

 BLUE value IS 93 (36.72% from 255) = 17.75%

R = 46.76%
G = 35.5%
B = 17.75%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.62

 K value IS 0.04

RGB Variations

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

Color information

#F5BA5D (or 0xF5BA5D) is known color: Casablanca. HEX triplet: F5, BA and 5D. RGB value is (245,186,93). Sum of RGB (Red+Green+Blue) = 245+186+93=524 (69% of max value = 765). Red value is 245 (96.09% from 255 or 46.76% from 524); Green value is 186 (73.05% from 255 or 35.50% from 524); Blue value is 93 (36.72% from 255 or 17.75% from 524); Max value from RGB is 245 - color contains mainly: red. Hex color #F5BA5D is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F5BA5D is #0A45A2. Grayscale: #C1C1C1. Windows color (decimal): -673187 or 6142709. OLE color: 6142709.

HSL color Cylindrical-coordinate representation of color #F5BA5D: hue angle of 36.71º degrees, saturation: 0.88, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #F5BA5D is Cyan = 0, Magento = 0.24, Yellow = 0.62 and Black (K on CMYK) = 0.04.

Color convert

RGB 245 186 93 -
CMYK 0 0.24 0.62 0.04
HSL 36.71º 0.88% 0.66% -
HSV(B) 36.71º 0.62% 0.96% -
XYZ 57.19 55.32 18.02 -
YUV 193.04 71.55 165.06 -
System Red Green Blue C M Y K H S L
Decimal 245 186 93 0 0.24 0.62 0.04 36.71 0.88 0.66
Hex F5 BA 5D 0 18 3E 4 25 58 42
Octal 365 272 135 0 30 76 4 45 130 102
Binary 11110101 10111010 1011101 0 11000 111110 100 100101 1011000 1000010

Color Harmonies of #F5BA5D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F5BA5D

Black with #F5BA5D

Text Example


Text Example

White with #F5BA5D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F5BA5D; }

 p { color: rgb(245,186,93); }

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

background-color css

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

 a { background-color: rgb(245,186,93); }

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

border-color css

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

 span { border-color: rgb(245,186,93); }

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