Html Css Color HEX #F6AC50 Casablanca

📋 copy color: '#F6AC50'

red 246 ◦ green 172 ◦ blue 80

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

Shades of Casablanca #F6AC50

Tints of Casablanca #F6AC50

RGB

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

 GREEN value IS 172 (67.58% from 255) = 34.54%

 BLUE value IS 80 (31.64% from 255) = 16.06%

R = 49.4%
G = 34.54%
B = 16.06%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.67

 K value IS 0.04

RGB Variations

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

Color information

#F6AC50 (or 0xF6AC50) is known color: Casablanca. HEX triplet: F6, AC and 50. RGB value is (246,172,80). Sum of RGB (Red+Green+Blue) = 246+172+80=498 (65% of max value = 765). Red value is 246 (96.48% from 255 or 49.40% from 498); Green value is 172 (67.58% from 255 or 34.54% from 498); Blue value is 80 (31.64% from 255 or 16.06% from 498); Max value from RGB is 246 - color contains mainly: red. Hex color #F6AC50 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F6AC50 is #0953AF. Grayscale: #B8B8B8. Windows color (decimal): -611248 or 5287158. OLE color: 5287158.

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

Color convert

RGB 246 172 80 -
CMYK 0 0.30 0.67 0.04
HSL 33.25º 0.9% 0.64% -
HSV(B) 33.25º 0.67% 0.96% -
XYZ 54.21 49.68 14.32 -
YUV 183.64 69.52 172.48 -
System Red Green Blue C M Y K H S L
Decimal 246 172 80 0 0.30 0.67 0.04 33.25 0.9 0.64
Hex F6 AC 50 0 1E 43 4 21 5A 40
Octal 366 254 120 0 36 103 4 41 132 100
Binary 11110110 10101100 1010000 0 11110 1000011 100 100001 1011010 1000000

Color Harmonies of #F6AC50

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F6AC50

Black with #F6AC50

Text Example


Text Example

White with #F6AC50

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F6AC50; }

 p { color: rgb(246,172,80); }

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

background-color css

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

 a { background-color: rgb(246,172,80); }

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

border-color css

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

 span { border-color: rgb(246,172,80); }

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