Html Css Color HEX #FFB060 Rajah

📋 copy color: '#FFB060'

red 255 ◦ green 176 ◦ blue 96

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

Shades of Rajah #FFB060

Tints of Rajah #FFB060

RGB

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

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

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

R = 48.39%
G = 33.4%
B = 18.22%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.62

 K value IS 0

RGB Variations

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

Color information

#FFB060 (or 0xFFB060) is known color: Rajah. HEX triplet: FF, B0 and 60. RGB value is (255,176,96). Sum of RGB (Red+Green+Blue) = 255+176+96=527 (69% of max value = 765). Red value is 255 (100% from 255 or 48.39% from 527); Green value is 176 (69.14% from 255 or 33.40% from 527); Blue value is 96 (37.89% from 255 or 18.22% from 527); Max value from RGB is 255 - color contains mainly: red. Hex color #FFB060 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FFB060 is #004F9F. Grayscale: #BEBEBE. Windows color (decimal): -20384 or 6336767. OLE color: 6336767.

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

Color convert

RGB 255 176 96 -
CMYK 0 0.31 0.62 0
HSL 30.19º 1% 0.69% -
HSV(B) 30.19º 0.62% 1% -
XYZ 58.88 53.16 18.22 -
YUV 190.5 74.67 174 -
System Red Green Blue C M Y K H S L
Decimal 255 176 96 0 0.31 0.62 0 30.19 1 0.69
Hex FF B0 60 0 1F 3E 0 1E 64 45
Octal 377 260 140 0 37 76 0 36 144 105
Binary 11111111 10110000 1100000 0 11111 111110 0 11110 1100100 1000101

Color Harmonies of #FFB060

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFB060

Black with #FFB060

Text Example


Text Example

White with #FFB060

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFB060; }

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

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

background-color css

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

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

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

border-color css

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

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

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