Html Css Color HEX #F6B260 Rajah

📋 copy color: '#F6B260'

red 246 ◦ green 178 ◦ blue 96

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

Shades of Rajah #F6B260

Tints of Rajah #F6B260

RGB

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

 GREEN value IS 178 (69.92% from 255) = 34.23%

 BLUE value IS 96 (37.89% from 255) = 18.46%

R = 47.31%
G = 34.23%
B = 18.46%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.61

 K value IS 0.04

RGB Variations

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

Color information

#F6B260 (or 0xF6B260) is known color: Rajah. HEX triplet: F6, B2 and 60. RGB value is (246,178,96). Sum of RGB (Red+Green+Blue) = 246+178+96=520 (68% of max value = 765). Red value is 246 (96.48% from 255 or 47.31% from 520); Green value is 178 (69.92% from 255 or 34.23% from 520); Blue value is 96 (37.89% from 255 or 18.46% from 520); Max value from RGB is 246 - color contains mainly: red. Hex color #F6B260 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F6B260 is #094D9F. Grayscale: #BDBDBD. Windows color (decimal): -609696 or 6337270. OLE color: 6337270.

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

Color convert

RGB 246 178 96 -
CMYK 0 0.28 0.61 0.04
HSL 32.8º 0.89% 0.67% -
HSV(B) 32.8º 0.61% 0.96% -
XYZ 56.04 52.28 18.2 -
YUV 188.98 75.53 168.67 -
System Red Green Blue C M Y K H S L
Decimal 246 178 96 0 0.28 0.61 0.04 32.8 0.89 0.67
Hex F6 B2 60 0 1C 3D 4 21 59 43
Octal 366 262 140 0 34 75 4 41 131 103
Binary 11110110 10110010 1100000 0 11100 111101 100 100001 1011001 1000011

Color Harmonies of #F6B260

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F6B260

Black with #F6B260

Text Example


Text Example

White with #F6B260

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F6B260; }

 p { color: rgb(246,178,96); }

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

background-color css

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

 a { background-color: rgb(246,178,96); }

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

border-color css

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

 span { border-color: rgb(246,178,96); }

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