Html Css Color HEX #F5BA5C Casablanca

📋 copy color: '#F5BA5C'

red 245 ◦ green 186 ◦ blue 92

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

Shades of Casablanca #F5BA5C

Tints of Casablanca #F5BA5C

RGB

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

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

 BLUE value IS 92 (36.33% from 255) = 17.59%

R = 46.85%
G = 35.56%
B = 17.59%

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

#F5BA5C (or 0xF5BA5C) is known color: Casablanca. HEX triplet: F5, BA and 5C. RGB value is (245,186,92). Sum of RGB (Red+Green+Blue) = 245+186+92=523 (69% of max value = 765). Red value is 245 (96.09% from 255 or 46.85% from 523); Green value is 186 (73.05% from 255 or 35.56% from 523); Blue value is 92 (36.33% from 255 or 17.59% from 523); Max value from RGB is 245 - color contains mainly: red. Hex color #F5BA5C is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F5BA5C is #0A45A3. Grayscale: #C1C1C1. Windows color (decimal): -673188 or 6077173. OLE color: 6077173.

HSL color Cylindrical-coordinate representation of color #F5BA5C: hue angle of 36.86º 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 #F5BA5C is Cyan = 0, Magento = 0.24, Yellow = 0.62 and Black (K on CMYK) = 0.04.

Color convert

RGB 245 186 92 -
CMYK 0 0.24 0.62 0.04
HSL 36.86º 0.88% 0.66% -
HSV(B) 36.86º 0.62% 0.96% -
XYZ 57.15 55.3 17.79 -
YUV 192.93 71.05 165.14 -
System Red Green Blue C M Y K H S L
Decimal 245 186 92 0 0.24 0.62 0.04 36.86 0.88 0.66
Hex F5 BA 5C 0 18 3E 4 25 58 42
Octal 365 272 134 0 30 76 4 45 130 102
Binary 11110101 10111010 1011100 0 11000 111110 100 100101 1011000 1000010

Color Harmonies of #F5BA5C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F5BA5C

Black with #F5BA5C

Text Example


Text Example

White with #F5BA5C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F5BA5C; }

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

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

background-color css

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

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

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

border-color css

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

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

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