Html Css Color HEX #FFB061 Rajah

📋 copy color: '#FFB061'

red 255 ◦ green 176 ◦ blue 97

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

Shades of Rajah #FFB061

Tints of Rajah #FFB061

RGB

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

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

 BLUE value IS 97 (38.28% from 255) = 18.37%

R = 48.3%
G = 33.33%
B = 18.37%

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

#FFB061 (or 0xFFB061) is known color: Rajah. HEX triplet: FF, B0 and 61. RGB value is (255,176,97). Sum of RGB (Red+Green+Blue) = 255+176+97=528 (69% of max value = 765). Red value is 255 (100% from 255 or 48.30% from 528); Green value is 176 (69.14% from 255 or 33.33% from 528); Blue value is 97 (38.28% from 255 or 18.37% from 528); Max value from RGB is 255 - color contains mainly: red. Hex color #FFB061 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FFB061 is #004F9E. Grayscale: #BFBFBF. Windows color (decimal): -20383 or 6402303. OLE color: 6402303.

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

Color convert

RGB 255 176 97 -
CMYK 0 0.31 0.62 0
HSL 30º 1% 0.69% -
HSV(B) 30º 0.62% 1% -
XYZ 58.92 53.17 18.47 -
YUV 190.62 75.17 173.92 -
System Red Green Blue C M Y K H S L
Decimal 255 176 97 0 0.31 0.62 0 30 1 0.69
Hex FF B0 61 0 1F 3E 0 1E 64 45
Octal 377 260 141 0 37 76 0 36 144 105
Binary 11111111 10110000 1100001 0 11111 111110 0 11110 1100100 1000101

Color Harmonies of #FFB061

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFB061

Black with #FFB061

Text Example


Text Example

White with #FFB061

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFB061; }

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

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

background-color css

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

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

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

border-color css

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

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

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