Html Css Color HEX #FEB465 Rajah

📋 copy color: '#FEB465'

red 254 ◦ green 180 ◦ blue 101

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

Shades of Rajah #FEB465

Tints of Rajah #FEB465

RGB

 RED value IS 254 (99.61% from 255) = 47.48%

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

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

R = 47.48%
G = 33.64%
B = 18.88%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.60

 K value IS 0.00

RGB Variations

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

Color information

#FEB465 (or 0xFEB465) is known color: Rajah. HEX triplet: FE, B4 and 65. RGB value is (254,180,101). Sum of RGB (Red+Green+Blue) = 254+180+101=535 (70% of max value = 765). Red value is 254 (99.61% from 255 or 47.48% from 535); Green value is 180 (70.70% from 255 or 33.64% from 535); Blue value is 101 (39.84% from 255 or 18.88% from 535); Max value from RGB is 254 - color contains mainly: red. Hex color #FEB465 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FEB465 is #014B9A. Grayscale: #C1C1C1. Windows color (decimal): -84891 or 6665470. OLE color: 6665470.

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

Color convert

RGB 254 180 101 -
CMYK 0 0.29 0.60 0.00
HSL 30.98º 0.99% 0.7% -
HSV(B) 30.98º 0.6% 1% -
XYZ 59.54 54.65 19.72 -
YUV 193.12 76.02 171.42 -
System Red Green Blue C M Y K H S L
Decimal 254 180 101 0 0.29 0.60 0.00 30.98 0.99 0.7
Hex FE B4 65 0 1D 3C 0 1F 63 46
Octal 376 264 145 0 35 74 0 37 143 106
Binary 11111110 10110100 1100101 0 11101 111100 0 11111 1100011 1000110

Color Harmonies of #FEB465

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEB465

Black with #FEB465

Text Example


Text Example

White with #FEB465

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEB465; }

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

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

background-color css

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

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

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

border-color css

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

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

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