Html Css Color HEX #FFB365 Rajah

📋 copy color: '#FFB365'

red 255 ◦ green 179 ◦ blue 101

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

Shades of Rajah #FFB365

Tints of Rajah #FFB365

RGB

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

 GREEN value IS 179 (70.31% from 255) = 33.46%

 BLUE value IS 101 (39.84% from 255) = 18.88%

R = 47.66%
G = 33.46%
B = 18.88%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.60

 K value IS 0

RGB Variations

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

Color information

#FFB365 (or 0xFFB365) is known color: Rajah. HEX triplet: FF, B3 and 65. RGB value is (255,179,101). Sum of RGB (Red+Green+Blue) = 255+179+101=535 (70% of max value = 765). Red value is 255 (100% from 255 or 47.66% from 535); Green value is 179 (70.31% from 255 or 33.46% from 535); Blue value is 101 (39.84% from 255 or 18.88% from 535); Max value from RGB is 255 - color contains mainly: red. Hex color #FFB365 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FFB365 is #004C9A. Grayscale: #C1C1C1. Windows color (decimal): -19611 or 6665215. OLE color: 6665215.

HSL color Cylindrical-coordinate representation of color #FFB365: hue angle of 30.39º degrees, saturation: 1, lightness: 0.7%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #FFB365 is Cyan = 0, Magento = 0.30, Yellow = 0.60 and Black (K on CMYK) = 0.

Color convert

RGB 255 179 101 -
CMYK 0 0.30 0.60 0
HSL 30.39º 1% 0.7% -
HSV(B) 30.39º 0.6% 1% -
XYZ 59.71 54.44 19.67 -
YUV 192.83 76.18 172.34 -
System Red Green Blue C M Y K H S L
Decimal 255 179 101 0 0.30 0.60 0 30.39 1 0.7
Hex FF B3 65 0 1E 3C 0 1E 64 46
Octal 377 263 145 0 36 74 0 36 144 106
Binary 11111111 10110011 1100101 0 11110 111100 0 11110 1100100 1000110

Color Harmonies of #FFB365

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFB365

Black with #FFB365

Text Example


Text Example

White with #FFB365

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFB365; }

 p { color: rgb(255,179,101); }

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

background-color css

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

 a { background-color: rgb(255,179,101); }

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

border-color css

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

 span { border-color: rgb(255,179,101); }

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