Html Css Color HEX #FEAD5D Rajah

📋 copy color: '#FEAD5D'

red 254 ◦ green 173 ◦ blue 93

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

Shades of Rajah #FEAD5D

Tints of Rajah #FEAD5D

RGB

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

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

 BLUE value IS 93 (36.72% from 255) = 17.88%

R = 48.85%
G = 33.27%
B = 17.88%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.63

 K value IS 0.00

RGB Variations

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

Color information

#FEAD5D (or 0xFEAD5D) is known color: Rajah. HEX triplet: FE, AD and 5D. RGB value is (254,173,93). Sum of RGB (Red+Green+Blue) = 254+173+93=520 (68% of max value = 765). Red value is 254 (99.61% from 255 or 48.85% from 520); Green value is 173 (67.97% from 255 or 33.27% from 520); Blue value is 93 (36.72% from 255 or 17.88% from 520); Max value from RGB is 254 - color contains mainly: red. Hex color #FEAD5D is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FEAD5D is #0152A2. Grayscale: #BCBCBC. Windows color (decimal): -86691 or 6139390. OLE color: 6139390.

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

Color convert

RGB 254 173 93 -
CMYK 0 0.32 0.63 0.00
HSL 29.81º 0.99% 0.68% -
HSV(B) 29.81º 0.63% 1% -
XYZ 57.79 51.75 17.3 -
YUV 188.1 74.34 175 -
System Red Green Blue C M Y K H S L
Decimal 254 173 93 0 0.32 0.63 0.00 29.81 0.99 0.68
Hex FE AD 5D 0 20 3F 0 1E 63 44
Octal 376 255 135 0 40 77 0 36 143 104
Binary 11111110 10101101 1011101 0 100000 111111 0 11110 1100011 1000100

Color Harmonies of #FEAD5D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEAD5D

Black with #FEAD5D

Text Example


Text Example

White with #FEAD5D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEAD5D; }

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

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

background-color css

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

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

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

border-color css

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

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

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