Html Css Color HEX #FFB065 Rajah

📋 copy color: '#FFB065'

red 255 ◦ green 176 ◦ blue 101

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

Shades of Rajah #FFB065

Tints of Rajah #FFB065

RGB

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

 GREEN value IS 176 (69.14% from 255) = 33.08%

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

R = 47.93%
G = 33.08%
B = 18.98%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.60

 K value IS 0

RGB Variations

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

Color information

#FFB065 (or 0xFFB065) is known color: Rajah. HEX triplet: FF, B0 and 65. RGB value is (255,176,101). Sum of RGB (Red+Green+Blue) = 255+176+101=532 (70% of max value = 765). Red value is 255 (100% from 255 or 47.93% from 532); Green value is 176 (69.14% from 255 or 33.08% from 532); Blue value is 101 (39.84% from 255 or 18.98% from 532); Max value from RGB is 255 - color contains mainly: red. Hex color #FFB065 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FFB065 is #004F9A. Grayscale: #BFBFBF. Windows color (decimal): -20379 or 6664447. OLE color: 6664447.

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

Color convert

RGB 255 176 101 -
CMYK 0 0.31 0.60 0
HSL 29.22º 1% 0.7% -
HSV(B) 29.22º 0.6% 1% -
XYZ 59.11 53.25 19.47 -
YUV 191.07 77.17 173.6 -
System Red Green Blue C M Y K H S L
Decimal 255 176 101 0 0.31 0.60 0 29.22 1 0.7
Hex FF B0 65 0 1F 3C 0 1D 64 46
Octal 377 260 145 0 37 74 0 35 144 106
Binary 11111111 10110000 1100101 0 11111 111100 0 11101 1100100 1000110

Color Harmonies of #FFB065

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFB065

Black with #FFB065

Text Example


Text Example

White with #FFB065

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFB065; }

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

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

background-color css

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

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

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

border-color css

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

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

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