Html Css Color HEX #FFB960 Rajah

📋 copy color: '#FFB960'

red 255 ◦ green 185 ◦ blue 96

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

Shades of Rajah #FFB960

Tints of Rajah #FFB960

RGB

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

 GREEN value IS 185 (72.66% from 255) = 34.51%

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

R = 47.57%
G = 34.51%
B = 17.91%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.62

 K value IS 0

RGB Variations

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

Color information

#FFB960 (or 0xFFB960) is known color: Rajah. HEX triplet: FF, B9 and 60. RGB value is (255,185,96). Sum of RGB (Red+Green+Blue) = 255+185+96=536 (70% of max value = 765). Red value is 255 (100% from 255 or 47.57% from 536); Green value is 185 (72.66% from 255 or 34.51% from 536); Blue value is 96 (37.89% from 255 or 17.91% from 536); Max value from RGB is 255 - color contains mainly: red. Hex color #FFB960 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FFB960 is #00469F. Grayscale: #C4C4C4. Windows color (decimal): -18080 or 6339071. OLE color: 6339071.

HSL color Cylindrical-coordinate representation of color #FFB960: hue angle of 33.58º 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 #FFB960 is Cyan = 0, Magento = 0.27, Yellow = 0.62 and Black (K on CMYK) = 0.

Color convert

RGB 255 185 96 -
CMYK 0 0.27 0.62 0
HSL 33.58º 1% 0.69% -
HSV(B) 33.58º 0.62% 1% -
XYZ 60.7 56.8 18.83 -
YUV 195.78 71.69 170.24 -
System Red Green Blue C M Y K H S L
Decimal 255 185 96 0 0.27 0.62 0 33.58 1 0.69
Hex FF B9 60 0 1B 3E 0 22 64 45
Octal 377 271 140 0 33 76 0 42 144 105
Binary 11111111 10111001 1100000 0 11011 111110 0 100010 1100100 1000101

Color Harmonies of #FFB960

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFB960

Black with #FFB960

Text Example


Text Example

White with #FFB960

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFB960; }

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

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

background-color css

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

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

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

border-color css

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

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

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