Html Css Color HEX #FFB465 Rajah

📋 copy color: '#FFB465'

red 255 ◦ green 180 ◦ blue 101

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

Shades of Rajah #FFB465

Tints of Rajah #FFB465

RGB

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

 GREEN value IS 180 (70.7% from 255) = 33.58%

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

R = 47.57%
G = 33.58%
B = 18.84%

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

#FFB465 (or 0xFFB465) is known color: Rajah. HEX triplet: FF, B4 and 65. RGB value is (255,180,101). Sum of RGB (Red+Green+Blue) = 255+180+101=536 (70% of max value = 765). Red value is 255 (100% from 255 or 47.57% from 536); Green value is 180 (70.70% from 255 or 33.58% from 536); Blue value is 101 (39.84% from 255 or 18.84% from 536); Max value from RGB is 255 - color contains mainly: red. Hex color #FFB465 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FFB465 is #004B9A. Grayscale: #C1C1C1. Windows color (decimal): -19355 or 6665471. OLE color: 6665471.

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

Color convert

RGB 255 180 101 -
CMYK 0 0.29 0.60 0
HSL 30.78º 1% 0.7% -
HSV(B) 30.78º 0.6% 1% -
XYZ 59.91 54.84 19.74 -
YUV 193.42 75.85 171.92 -
System Red Green Blue C M Y K H S L
Decimal 255 180 101 0 0.29 0.60 0 30.78 1 0.7
Hex FF B4 65 0 1D 3C 0 1F 64 46
Octal 377 264 145 0 35 74 0 37 144 106
Binary 11111111 10110100 1100101 0 11101 111100 0 11111 1100100 1000110

Color Harmonies of #FFB465

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFB465

Black with #FFB465

Text Example


Text Example

White with #FFB465

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFB465; }

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

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

background-color css

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

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

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

border-color css

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

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

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