Html Css Color HEX #F6B154 Casablanca

📋 copy color: '#F6B154'

red 246 ◦ green 177 ◦ blue 84

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

Shades of Casablanca #F6B154

Tints of Casablanca #F6B154

RGB

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

 GREEN value IS 177 (69.53% from 255) = 34.91%

 BLUE value IS 84 (33.2% from 255) = 16.57%

R = 48.52%
G = 34.91%
B = 16.57%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.66

 K value IS 0.04

RGB Variations

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

Color information

#F6B154 (or 0xF6B154) is known color: Casablanca. HEX triplet: F6, B1 and 54. RGB value is (246,177,84). Sum of RGB (Red+Green+Blue) = 246+177+84=507 (67% of max value = 765). Red value is 246 (96.48% from 255 or 48.52% from 507); Green value is 177 (69.53% from 255 or 34.91% from 507); Blue value is 84 (33.20% from 255 or 16.57% from 507); Max value from RGB is 246 - color contains mainly: red. Hex color #F6B154 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F6B154 is #094EAB. Grayscale: #BBBBBB. Windows color (decimal): -609964 or 5550582. OLE color: 5550582.

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

Color convert

RGB 246 177 84 -
CMYK 0 0.28 0.66 0.04
HSL 34.44º 0.9% 0.65% -
HSV(B) 34.44º 0.66% 0.96% -
XYZ 55.33 51.68 15.45 -
YUV 187.03 69.86 170.06 -
System Red Green Blue C M Y K H S L
Decimal 246 177 84 0 0.28 0.66 0.04 34.44 0.9 0.65
Hex F6 B1 54 0 1C 42 4 22 5A 41
Octal 366 261 124 0 34 102 4 42 132 101
Binary 11110110 10110001 1010100 0 11100 1000010 100 100010 1011010 1000001

Color Harmonies of #F6B154

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F6B154

Black with #F6B154

Text Example


Text Example

White with #F6B154

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F6B154; }

 p { color: rgb(246,177,84); }

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

background-color css

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

 a { background-color: rgb(246,177,84); }

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

border-color css

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

 span { border-color: rgb(246,177,84); }

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