Html Css Color HEX #F6AD51 Casablanca

📋 copy color: '#F6AD51'

red 246 ◦ green 173 ◦ blue 81

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

Shades of Casablanca #F6AD51

Tints of Casablanca #F6AD51

RGB

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

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

 BLUE value IS 81 (32.03% from 255) = 16.2%

R = 49.2%
G = 34.6%
B = 16.2%

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

#F6AD51 (or 0xF6AD51) is known color: Casablanca. HEX triplet: F6, AD and 51. RGB value is (246,173,81). Sum of RGB (Red+Green+Blue) = 246+173+81=500 (66% of max value = 765). Red value is 246 (96.48% from 255 or 49.2% from 500); Green value is 173 (67.97% from 255 or 34.6% from 500); Blue value is 81 (32.03% from 255 or 16.2% from 500); Max value from RGB is 246 - color contains mainly: red. Hex color #F6AD51 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F6AD51 is #0952AE. Grayscale: #B8B8B8. Windows color (decimal): -610991 or 5352950. OLE color: 5352950.

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

Color convert

RGB 246 173 81 -
CMYK 0 0.30 0.67 0.04
HSL 33.45º 0.9% 0.64% -
HSV(B) 33.45º 0.67% 0.96% -
XYZ 54.43 50.07 14.58 -
YUV 184.34 69.68 171.98 -
System Red Green Blue C M Y K H S L
Decimal 246 173 81 0 0.30 0.67 0.04 33.45 0.9 0.64
Hex F6 AD 51 0 1E 43 4 21 5A 40
Octal 366 255 121 0 36 103 4 41 132 100
Binary 11110110 10101101 1010001 0 11110 1000011 100 100001 1011010 1000000

Color Harmonies of #F6AD51

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F6AD51

Black with #F6AD51

Text Example


Text Example

White with #F6AD51

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F6AD51; }

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

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

background-color css

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

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

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

border-color css

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

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

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