Html Css Color HEX #FFB665 Rajah

📋 copy color: '#FFB665'

red 255 ◦ green 182 ◦ blue 101

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

Shades of Rajah #FFB665

Tints of Rajah #FFB665

RGB

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

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

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

R = 47.4%
G = 33.83%
B = 18.77%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.60

 K value IS 0

RGB Variations

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

Color information

#FFB665 (or 0xFFB665) is known color: Rajah. HEX triplet: FF, B6 and 65. RGB value is (255,182,101). Sum of RGB (Red+Green+Blue) = 255+182+101=538 (71% of max value = 765). Red value is 255 (100% from 255 or 47.40% from 538); Green value is 182 (71.48% from 255 or 33.83% from 538); Blue value is 101 (39.84% from 255 or 18.77% from 538); Max value from RGB is 255 - color contains mainly: red. Hex color #FFB665 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FFB665 is #00499A. Grayscale: #C2C2C2. Windows color (decimal): -18843 or 6665983. OLE color: 6665983.

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

Color convert

RGB 255 182 101 -
CMYK 0 0.29 0.60 0
HSL 31.56º 1% 0.7% -
HSV(B) 31.56º 0.6% 1% -
XYZ 60.32 55.66 19.88 -
YUV 194.59 75.18 171.09 -
System Red Green Blue C M Y K H S L
Decimal 255 182 101 0 0.29 0.60 0 31.56 1 0.7
Hex FF B6 65 0 1D 3C 0 20 64 46
Octal 377 266 145 0 35 74 0 40 144 106
Binary 11111111 10110110 1100101 0 11101 111100 0 100000 1100100 1000110

Color Harmonies of #FFB665

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFB665

Black with #FFB665

Text Example


Text Example

White with #FFB665

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFB665; }

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

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

background-color css

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

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

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

border-color css

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

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

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