Html Css Color HEX #F6AF4D Casablanca

📋 copy color: '#F6AF4D'

red 246 ◦ green 175 ◦ blue 77

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

Shades of Casablanca #F6AF4D

Tints of Casablanca #F6AF4D

RGB

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

 GREEN value IS 175 (68.75% from 255) = 35.14%

 BLUE value IS 77 (30.47% from 255) = 15.46%

R = 49.4%
G = 35.14%
B = 15.46%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.69

 K value IS 0.04

RGB Variations

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

Color information

#F6AF4D (or 0xF6AF4D) is known color: Casablanca. HEX triplet: F6, AF and 4D. RGB value is (246,175,77). Sum of RGB (Red+Green+Blue) = 246+175+77=498 (65% of max value = 765). Red value is 246 (96.48% from 255 or 49.40% from 498); Green value is 175 (68.75% from 255 or 35.14% from 498); Blue value is 77 (30.47% from 255 or 15.46% from 498); Max value from RGB is 246 - color contains mainly: red. Hex color #F6AF4D is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F6AF4D is #0950B2. Grayscale: #B9B9B9. Windows color (decimal): -610483 or 5091318. OLE color: 5091318.

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

Color convert

RGB 246 175 77 -
CMYK 0 0.29 0.69 0.04
HSL 34.79º 0.9% 0.63% -
HSV(B) 34.79º 0.69% 0.96% -
XYZ 54.68 50.79 13.94 -
YUV 185.06 67.02 171.47 -
System Red Green Blue C M Y K H S L
Decimal 246 175 77 0 0.29 0.69 0.04 34.79 0.9 0.63
Hex F6 AF 4D 0 1D 45 4 23 5A 3F
Octal 366 257 115 0 35 105 4 43 132 77
Binary 11110110 10101111 1001101 0 11101 1000101 100 100011 1011010 111111

Color Harmonies of #F6AF4D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F6AF4D

Black with #F6AF4D

Text Example


Text Example

White with #F6AF4D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F6AF4D; }

 p { color: rgb(246,175,77); }

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

background-color css

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

 a { background-color: rgb(246,175,77); }

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

border-color css

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

 span { border-color: rgb(246,175,77); }

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