Html Css Color HEX #F6AF64 Rajah

📋 copy color: '#F6AF64'

red 246 ◦ green 175 ◦ blue 100

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

Shades of Rajah #F6AF64

Tints of Rajah #F6AF64

RGB

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

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

 BLUE value IS 100 (39.45% from 255) = 19.19%

R = 47.22%
G = 33.59%
B = 19.19%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.59

 K value IS 0.04

RGB Variations

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

Color information

#F6AF64 (or 0xF6AF64) is known color: Rajah. HEX triplet: F6, AF and 64. RGB value is (246,175,100). Sum of RGB (Red+Green+Blue) = 246+175+100=521 (69% of max value = 765). Red value is 246 (96.48% from 255 or 47.22% from 521); Green value is 175 (68.75% from 255 or 33.59% from 521); Blue value is 100 (39.45% from 255 or 19.19% from 521); Max value from RGB is 246 - color contains mainly: red. Hex color #F6AF64 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F6AF64 is #09509B. Grayscale: #BCBCBC. Windows color (decimal): -610460 or 6598646. OLE color: 6598646.

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

Color convert

RGB 246 175 100 -
CMYK 0 0.29 0.59 0.04
HSL 30.82º 0.89% 0.68% -
HSV(B) 30.82º 0.59% 0.96% -
XYZ 55.64 51.17 19 -
YUV 187.68 78.52 169.6 -
System Red Green Blue C M Y K H S L
Decimal 246 175 100 0 0.29 0.59 0.04 30.82 0.89 0.68
Hex F6 AF 64 0 1D 3B 4 1F 59 44
Octal 366 257 144 0 35 73 4 37 131 104
Binary 11110110 10101111 1100100 0 11101 111011 100 11111 1011001 1000100

Color Harmonies of #F6AF64

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F6AF64

Black with #F6AF64

Text Example


Text Example

White with #F6AF64

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F6AF64; }

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

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

background-color css

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

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

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

border-color css

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

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

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