Html Css Color HEX #FFB460 Rajah

📋 copy color: '#FFB460'

red 255 ◦ green 180 ◦ blue 96

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

Shades of Rajah #FFB460

Tints of Rajah #FFB460

RGB

 RED value IS 255 (100% from 255) = 48.02%

 GREEN value IS 180 (70.7% from 255) = 33.9%

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

R = 48.02%
G = 33.9%
B = 18.08%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.62

 K value IS 0

RGB Variations

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

Color information

#FFB460 (or 0xFFB460) is known color: Rajah. HEX triplet: FF, B4 and 60. RGB value is (255,180,96). Sum of RGB (Red+Green+Blue) = 255+180+96=531 (70% of max value = 765). Red value is 255 (100% from 255 or 48.02% from 531); Green value is 180 (70.70% from 255 or 33.90% from 531); Blue value is 96 (37.89% from 255 or 18.08% from 531); Max value from RGB is 255 - color contains mainly: red. Hex color #FFB460 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FFB460 is #004B9F. Grayscale: #C1C1C1. Windows color (decimal): -19360 or 6337791. OLE color: 6337791.

HSL color Cylindrical-coordinate representation of color #FFB460: hue angle of 31.7º degrees, saturation: 1, lightness: 0.69%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #FFB460 is Cyan = 0, Magento = 0.29, Yellow = 0.62 and Black (K on CMYK) = 0.

Color convert

RGB 255 180 96 -
CMYK 0 0.29 0.62 0
HSL 31.7º 1% 0.69% -
HSV(B) 31.7º 0.62% 1% -
XYZ 59.67 54.75 18.49 -
YUV 192.85 73.35 172.33 -
System Red Green Blue C M Y K H S L
Decimal 255 180 96 0 0.29 0.62 0 31.7 1 0.69
Hex FF B4 60 0 1D 3E 0 20 64 45
Octal 377 264 140 0 35 76 0 40 144 105
Binary 11111111 10110100 1100000 0 11101 111110 0 100000 1100100 1000101

Color Harmonies of #FFB460

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFB460

Black with #FFB460

Text Example


Text Example

White with #FFB460

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFB460; }

 p { color: rgb(255,180,96); }

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

background-color css

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

 a { background-color: rgb(255,180,96); }

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

border-color css

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

 span { border-color: rgb(255,180,96); }

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