Html Css Color HEX #F6AF4E Casablanca

📋 copy color: '#F6AF4E'

red 246 ◦ green 175 ◦ blue 78

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

Shades of Casablanca #F6AF4E

Tints of Casablanca #F6AF4E

RGB

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

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

 BLUE value IS 78 (30.86% from 255) = 15.63%

R = 49.3%
G = 35.07%
B = 15.63%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.68

 K value IS 0.04

RGB Variations

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

Color information

#F6AF4E (or 0xF6AF4E) is known color: Casablanca. HEX triplet: F6, AF and 4E. RGB value is (246,175,78). Sum of RGB (Red+Green+Blue) = 246+175+78=499 (66% of max value = 765). Red value is 246 (96.48% from 255 or 49.30% from 499); Green value is 175 (68.75% from 255 or 35.07% from 499); Blue value is 78 (30.86% from 255 or 15.63% from 499); Max value from RGB is 246 - color contains mainly: red. Hex color #F6AF4E is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F6AF4E is #0950B1. Grayscale: #B9B9B9. Windows color (decimal): -610482 or 5156854. OLE color: 5156854.

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

Color convert

RGB 246 175 78 -
CMYK 0 0.29 0.68 0.04
HSL 34.64º 0.9% 0.64% -
HSV(B) 34.64º 0.68% 0.96% -
XYZ 54.71 50.8 14.13 -
YUV 185.17 67.52 171.39 -
System Red Green Blue C M Y K H S L
Decimal 246 175 78 0 0.29 0.68 0.04 34.64 0.9 0.64
Hex F6 AF 4E 0 1D 44 4 23 5A 40
Octal 366 257 116 0 35 104 4 43 132 100
Binary 11110110 10101111 1001110 0 11101 1000100 100 100011 1011010 1000000

Color Harmonies of #F6AF4E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F6AF4E

Black with #F6AF4E

Text Example


Text Example

White with #F6AF4E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F6AF4E; }

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

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

background-color css

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

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

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

border-color css

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

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

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