Html Css Color HEX #F6BB5E Casablanca

📋 copy color: '#F6BB5E'

red 246 ◦ green 187 ◦ blue 94

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

Shades of Casablanca #F6BB5E

Tints of Casablanca #F6BB5E

RGB

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

 GREEN value IS 187 (73.44% from 255) = 35.48%

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

R = 46.68%
G = 35.48%
B = 17.84%

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

#F6BB5E (or 0xF6BB5E) is known color: Casablanca. HEX triplet: F6, BB and 5E. RGB value is (246,187,94). Sum of RGB (Red+Green+Blue) = 246+187+94=527 (69% of max value = 765). Red value is 246 (96.48% from 255 or 46.68% from 527); Green value is 187 (73.44% from 255 or 35.48% from 527); Blue value is 94 (37.11% from 255 or 17.84% from 527); Max value from RGB is 246 - color contains mainly: red. Hex color #F6BB5E is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F6BB5E is #0944A1. Grayscale: #C2C2C2. Windows color (decimal): -607394 or 6208502. OLE color: 6208502.

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

Color convert

RGB 246 187 94 -
CMYK 0 0.24 0.62 0.04
HSL 36.71º 0.89% 0.67% -
HSV(B) 36.71º 0.62% 0.96% -
XYZ 57.8 55.94 18.34 -
YUV 194.04 71.55 165.06 -
System Red Green Blue C M Y K H S L
Decimal 246 187 94 0 0.24 0.62 0.04 36.71 0.89 0.67
Hex F6 BB 5E 0 18 3E 4 25 59 43
Octal 366 273 136 0 30 76 4 45 131 103
Binary 11110110 10111011 1011110 0 11000 111110 100 100101 1011001 1000011

Color Harmonies of #F6BB5E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F6BB5E

Black with #F6BB5E

Text Example


Text Example

White with #F6BB5E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F6BB5E; }

 p { color: rgb(246,187,94); }

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

background-color css

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

 a { background-color: rgb(246,187,94); }

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

border-color css

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

 span { border-color: rgb(246,187,94); }

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