Html Css Color HEX #FFB661 Rajah

📋 copy color: '#FFB661'

red 255 ◦ green 182 ◦ blue 97

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

Shades of Rajah #FFB661

Tints of Rajah #FFB661

RGB

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

 GREEN value IS 182 (71.48% from 255) = 34.08%

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

R = 47.75%
G = 34.08%
B = 18.16%

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

#FFB661 (or 0xFFB661) is known color: Rajah. HEX triplet: FF, B6 and 61. RGB value is (255,182,97). Sum of RGB (Red+Green+Blue) = 255+182+97=534 (70% of max value = 765). Red value is 255 (100% from 255 or 47.75% from 534); Green value is 182 (71.48% from 255 or 34.08% from 534); Blue value is 97 (38.28% from 255 or 18.16% from 534); Max value from RGB is 255 - color contains mainly: red. Hex color #FFB661 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FFB661 is #00499E. Grayscale: #C2C2C2. Windows color (decimal): -18847 or 6403839. OLE color: 6403839.

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

Color convert

RGB 255 182 97 -
CMYK 0 0.29 0.62 0
HSL 32.28º 1% 0.69% -
HSV(B) 32.28º 0.62% 1% -
XYZ 60.13 55.58 18.87 -
YUV 194.14 73.18 171.41 -
System Red Green Blue C M Y K H S L
Decimal 255 182 97 0 0.29 0.62 0 32.28 1 0.69
Hex FF B6 61 0 1D 3E 0 20 64 45
Octal 377 266 141 0 35 76 0 40 144 105
Binary 11111111 10110110 1100001 0 11101 111110 0 100000 1100100 1000101

Color Harmonies of #FFB661

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFB661

Black with #FFB661

Text Example


Text Example

White with #FFB661

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFB661; }

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

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

background-color css

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

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

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

border-color css

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

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

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