Html Css Color HEX #FEAD63 Rajah

📋 copy color: '#FEAD63'

red 254 ◦ green 173 ◦ blue 99

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

Shades of Rajah #FEAD63

Tints of Rajah #FEAD63

RGB

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

 GREEN value IS 173 (67.97% from 255) = 32.89%

 BLUE value IS 99 (39.06% from 255) = 18.82%

R = 48.29%
G = 32.89%
B = 18.82%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.61

 K value IS 0.00

RGB Variations

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

Color information

#FEAD63 (or 0xFEAD63) is known color: Rajah. HEX triplet: FE, AD and 63. RGB value is (254,173,99). Sum of RGB (Red+Green+Blue) = 254+173+99=526 (69% of max value = 765). Red value is 254 (99.61% from 255 or 48.29% from 526); Green value is 173 (67.97% from 255 or 32.89% from 526); Blue value is 99 (39.06% from 255 or 18.82% from 526); Max value from RGB is 254 - color contains mainly: red. Hex color #FEAD63 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FEAD63 is #01529C. Grayscale: #BDBDBD. Windows color (decimal): -86685 or 6532606. OLE color: 6532606.

HSL color Cylindrical-coordinate representation of color #FEAD63: hue angle of 28.65º degrees, saturation: 0.99, lightness: 0.69%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #FEAD63 is Cyan = 0, Magento = 0.32, Yellow = 0.61 and Black (K on CMYK) = 0.00.

Color convert

RGB 254 173 99 -
CMYK 0 0.32 0.61 0.00
HSL 28.65º 0.99% 0.69% -
HSV(B) 28.65º 0.61% 1% -
XYZ 58.07 51.86 18.75 -
YUV 188.78 77.34 174.52 -
System Red Green Blue C M Y K H S L
Decimal 254 173 99 0 0.32 0.61 0.00 28.65 0.99 0.69
Hex FE AD 63 0 20 3D 0 1D 63 45
Octal 376 255 143 0 40 75 0 35 143 105
Binary 11111110 10101101 1100011 0 100000 111101 0 11101 1100011 1000101

Color Harmonies of #FEAD63

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEAD63

Black with #FEAD63

Text Example


Text Example

White with #FEAD63

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEAD63; }

 p { color: rgb(254,173,99); }

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

background-color css

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

 a { background-color: rgb(254,173,99); }

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

border-color css

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

 span { border-color: rgb(254,173,99); }

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