Html Css Color HEX #FFB865 Rajah

📋 copy color: '#FFB865'

red 255 ◦ green 184 ◦ blue 101

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

Shades of Rajah #FFB865

Tints of Rajah #FFB865

RGB

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

 GREEN value IS 184 (72.27% from 255) = 34.07%

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

R = 47.22%
G = 34.07%
B = 18.7%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.60

 K value IS 0

RGB Variations

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

Color information

#FFB865 (or 0xFFB865) is known color: Rajah. HEX triplet: FF, B8 and 65. RGB value is (255,184,101). Sum of RGB (Red+Green+Blue) = 255+184+101=540 (71% of max value = 765). Red value is 255 (100% from 255 or 47.22% from 540); Green value is 184 (72.27% from 255 or 34.07% from 540); Blue value is 101 (39.84% from 255 or 18.70% from 540); Max value from RGB is 255 - color contains mainly: red. Hex color #FFB865 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FFB865 is #00479A. Grayscale: #C4C4C4. Windows color (decimal): -18331 or 6666495. OLE color: 6666495.

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

Color convert

RGB 255 184 101 -
CMYK 0 0.28 0.60 0
HSL 32.34º 1% 0.7% -
HSV(B) 32.34º 0.6% 1% -
XYZ 60.73 56.48 20.01 -
YUV 195.77 74.52 170.25 -
System Red Green Blue C M Y K H S L
Decimal 255 184 101 0 0.28 0.60 0 32.34 1 0.7
Hex FF B8 65 0 1C 3C 0 20 64 46
Octal 377 270 145 0 34 74 0 40 144 106
Binary 11111111 10111000 1100101 0 11100 111100 0 100000 1100100 1000110

Color Harmonies of #FFB865

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFB865

Black with #FFB865

Text Example


Text Example

White with #FFB865

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFB865; }

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

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

background-color css

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

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

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

border-color css

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

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

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