Html Css Color HEX #F6B564 Rajah

📋 copy color: '#F6B564'

red 246 ◦ green 181 ◦ blue 100

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

Shades of Rajah #F6B564

Tints of Rajah #F6B564

RGB

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

 GREEN value IS 181 (71.09% from 255) = 34.35%

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

R = 46.68%
G = 34.35%
B = 18.98%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.59

 K value IS 0.04

RGB Variations

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

Color information

#F6B564 (or 0xF6B564) is known color: Rajah. HEX triplet: F6, B5 and 64. RGB value is (246,181,100). Sum of RGB (Red+Green+Blue) = 246+181+100=527 (69% of max value = 765). Red value is 246 (96.48% from 255 or 46.68% from 527); Green value is 181 (71.09% from 255 or 34.35% from 527); Blue value is 100 (39.45% from 255 or 18.98% from 527); Max value from RGB is 246 - color contains mainly: red. Hex color #F6B564 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F6B564 is #094A9B. Grayscale: #BFBFBF. Windows color (decimal): -608924 or 6600182. OLE color: 6600182.

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

Color convert

RGB 246 181 100 -
CMYK 0 0.26 0.59 0.04
HSL 33.29º 0.89% 0.68% -
HSV(B) 33.29º 0.59% 0.96% -
XYZ 56.83 53.56 19.4 -
YUV 191.2 76.53 167.09 -
System Red Green Blue C M Y K H S L
Decimal 246 181 100 0 0.26 0.59 0.04 33.29 0.89 0.68
Hex F6 B5 64 0 1A 3B 4 21 59 44
Octal 366 265 144 0 32 73 4 41 131 104
Binary 11110110 10110101 1100100 0 11010 111011 100 100001 1011001 1000100

Color Harmonies of #F6B564

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F6B564

Black with #F6B564

Text Example


Text Example

White with #F6B564

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F6B564; }

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

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

background-color css

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

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

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

border-color css

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

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

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