Html Css Color HEX #FEA85D Rajah

📋 copy color: '#FEA85D'

red 254 ◦ green 168 ◦ blue 93

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

Shades of Rajah #FEA85D

Tints of Rajah #FEA85D

RGB

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

 GREEN value IS 168 (66.02% from 255) = 32.62%

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

R = 49.32%
G = 32.62%
B = 18.06%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.63

 K value IS 0.00

RGB Variations

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

Color information

#FEA85D (or 0xFEA85D) is known color: Rajah. HEX triplet: FE, A8 and 5D. RGB value is (254,168,93). Sum of RGB (Red+Green+Blue) = 254+168+93=515 (68% of max value = 765). Red value is 254 (99.61% from 255 or 49.32% from 515); Green value is 168 (66.02% from 255 or 32.62% from 515); Blue value is 93 (36.72% from 255 or 18.06% from 515); Max value from RGB is 254 - color contains mainly: red. Hex color #FEA85D is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FEA85D is #0157A2. Grayscale: #B9B9B9. Windows color (decimal): -87971 or 6138110. OLE color: 6138110.

HSL color Cylindrical-coordinate representation of color #FEA85D: hue angle of 27.95º 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 #FEA85D is Cyan = 0, Magento = 0.34, Yellow = 0.63 and Black (K on CMYK) = 0.00.

Color convert

RGB 254 168 93 -
CMYK 0 0.34 0.63 0.00
HSL 27.95º 0.99% 0.68% -
HSV(B) 27.95º 0.63% 1% -
XYZ 56.85 49.87 16.98 -
YUV 185.16 75.99 177.1 -
System Red Green Blue C M Y K H S L
Decimal 254 168 93 0 0.34 0.63 0.00 27.95 0.99 0.68
Hex FE A8 5D 0 22 3F 0 1C 63 44
Octal 376 250 135 0 42 77 0 34 143 104
Binary 11111110 10101000 1011101 0 100010 111111 0 11100 1100011 1000100

Color Harmonies of #FEA85D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEA85D

Black with #FEA85D

Text Example


Text Example

White with #FEA85D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEA85D; }

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

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

background-color css

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

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

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

border-color css

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

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

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