Html Css Color HEX #F6AD50 Casablanca

📋 copy color: '#F6AD50'

red 246 ◦ green 173 ◦ blue 80

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

Shades of Casablanca #F6AD50

Tints of Casablanca #F6AD50

RGB

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

 GREEN value IS 173 (67.97% from 255) = 34.67%

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

R = 49.3%
G = 34.67%
B = 16.03%

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

#F6AD50 (or 0xF6AD50) is known color: Casablanca. HEX triplet: F6, AD and 50. RGB value is (246,173,80). Sum of RGB (Red+Green+Blue) = 246+173+80=499 (66% of max value = 765). Red value is 246 (96.48% from 255 or 49.30% from 499); Green value is 173 (67.97% from 255 or 34.67% from 499); Blue value is 80 (31.64% from 255 or 16.03% from 499); Max value from RGB is 246 - color contains mainly: red. Hex color #F6AD50 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F6AD50 is #0952AF. Grayscale: #B8B8B8. Windows color (decimal): -610992 or 5287414. OLE color: 5287414.

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

Color convert

RGB 246 173 80 -
CMYK 0 0.30 0.67 0.04
HSL 33.61º 0.9% 0.64% -
HSV(B) 33.61º 0.67% 0.96% -
XYZ 54.4 50.06 14.38 -
YUV 184.23 69.18 172.06 -
System Red Green Blue C M Y K H S L
Decimal 246 173 80 0 0.30 0.67 0.04 33.61 0.9 0.64
Hex F6 AD 50 0 1E 43 4 22 5A 40
Octal 366 255 120 0 36 103 4 42 132 100
Binary 11110110 10101101 1010000 0 11110 1000011 100 100010 1011010 1000000

Color Harmonies of #F6AD50

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F6AD50

Black with #F6AD50

Text Example


Text Example

White with #F6AD50

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F6AD50; }

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

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

background-color css

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

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

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

border-color css

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

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

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