Html Css Color HEX #F6B064 Rajah

📋 copy color: '#F6B064'

red 246 ◦ green 176 ◦ blue 100

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

Shades of Rajah #F6B064

Tints of Rajah #F6B064

RGB

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

 GREEN value IS 176 (69.14% from 255) = 33.72%

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

R = 47.13%
G = 33.72%
B = 19.16%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.59

 K value IS 0.04

RGB Variations

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

Color information

#F6B064 (or 0xF6B064) is known color: Rajah. HEX triplet: F6, B0 and 64. RGB value is (246,176,100). Sum of RGB (Red+Green+Blue) = 246+176+100=522 (69% of max value = 765). Red value is 246 (96.48% from 255 or 47.13% from 522); Green value is 176 (69.14% from 255 or 33.72% from 522); Blue value is 100 (39.45% from 255 or 19.16% from 522); Max value from RGB is 246 - color contains mainly: red. Hex color #F6B064 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F6B064 is #094F9B. Grayscale: #BCBCBC. Windows color (decimal): -610204 or 6598902. OLE color: 6598902.

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

Color convert

RGB 246 176 100 -
CMYK 0 0.28 0.59 0.04
HSL 31.23º 0.89% 0.68% -
HSV(B) 31.23º 0.59% 0.96% -
XYZ 55.83 51.56 19.07 -
YUV 188.27 78.19 169.18 -
System Red Green Blue C M Y K H S L
Decimal 246 176 100 0 0.28 0.59 0.04 31.23 0.89 0.68
Hex F6 B0 64 0 1C 3B 4 1F 59 44
Octal 366 260 144 0 34 73 4 37 131 104
Binary 11110110 10110000 1100100 0 11100 111011 100 11111 1011001 1000100

Color Harmonies of #F6B064

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F6B064

Black with #F6B064

Text Example


Text Example

White with #F6B064

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F6B064; }

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

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

background-color css

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

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

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

border-color css

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

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

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