Html Css Color HEX #F6BA5D Casablanca

📋 copy color: '#F6BA5D'

red 246 ◦ green 186 ◦ blue 93

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

Shades of Casablanca #F6BA5D

Tints of Casablanca #F6BA5D

RGB

 RED value IS 246 (96.48% from 255) = 46.86%

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

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

R = 46.86%
G = 35.43%
B = 17.71%

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

#F6BA5D (or 0xF6BA5D) is known color: Casablanca. HEX triplet: F6, BA and 5D. RGB value is (246,186,93). Sum of RGB (Red+Green+Blue) = 246+186+93=525 (69% of max value = 765). Red value is 246 (96.48% from 255 or 46.86% from 525); Green value is 186 (73.05% from 255 or 35.43% from 525); Blue value is 93 (36.72% from 255 or 17.71% from 525); Max value from RGB is 246 - color contains mainly: red. Hex color #F6BA5D is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F6BA5D is #0945A2. Grayscale: #C1C1C1. Windows color (decimal): -607651 or 6142710. OLE color: 6142710.

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

Color convert

RGB 246 186 93 -
CMYK 0 0.24 0.62 0.04
HSL 36.47º 0.89% 0.66% -
HSV(B) 36.47º 0.62% 0.96% -
XYZ 57.54 55.5 18.04 -
YUV 193.34 71.38 165.56 -
System Red Green Blue C M Y K H S L
Decimal 246 186 93 0 0.24 0.62 0.04 36.47 0.89 0.66
Hex F6 BA 5D 0 18 3E 4 24 59 42
Octal 366 272 135 0 30 76 4 44 131 102
Binary 11110110 10111010 1011101 0 11000 111110 100 100100 1011001 1000010

Color Harmonies of #F6BA5D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F6BA5D

Black with #F6BA5D

Text Example


Text Example

White with #F6BA5D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F6BA5D; }

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

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

background-color css

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

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

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

border-color css

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

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

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