Html Css Color HEX #FFB96B Rajah

📋 copy color: '#FFB96B'

red 255 ◦ green 185 ◦ blue 107

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

Shades of Rajah #FFB96B

Tints of Rajah #FFB96B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 19.56%

R = 46.62%
G = 33.82%
B = 19.56%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.58

 K value IS 0

RGB Variations

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

Color information

#FFB96B (or 0xFFB96B) is known color: Rajah. HEX triplet: FF, B9 and 6B. RGB value is (255,185,107). Sum of RGB (Red+Green+Blue) = 255+185+107=547 (72% of max value = 765). Red value is 255 (100% from 255 or 46.62% from 547); Green value is 185 (72.66% from 255 or 33.82% from 547); Blue value is 107 (42.19% from 255 or 19.56% from 547); Max value from RGB is 255 - color contains mainly: red. Hex color #FFB96B is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FFB96B is #004694. Grayscale: #C5C5C5. Windows color (decimal): -18069 or 7059967. OLE color: 7059967.

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

Color convert

RGB 255 185 107 -
CMYK 0 0.27 0.58 0
HSL 31.62º 1% 0.71% -
HSV(B) 31.62º 0.58% 1% -
XYZ 61.24 57.02 21.69 -
YUV 197.04 77.19 169.34 -
System Red Green Blue C M Y K H S L
Decimal 255 185 107 0 0.27 0.58 0 31.62 1 0.71
Hex FF B9 6B 0 1B 3A 0 20 64 47
Octal 377 271 153 0 33 72 0 40 144 107
Binary 11111111 10111001 1101011 0 11011 111010 0 100000 1100100 1000111

Color Harmonies of #FFB96B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFB96B

Black with #FFB96B

Text Example


Text Example

White with #FFB96B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFB96B; }

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

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

background-color css

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

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

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

border-color css

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

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

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