Html Css Color HEX #FEA85F Rajah

📋 copy color: '#FEA85F'

red 254 ◦ green 168 ◦ blue 95

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

Shades of Rajah #FEA85F

Tints of Rajah #FEA85F

RGB

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

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

 BLUE value IS 95 (37.5% from 255) = 18.38%

R = 49.13%
G = 32.5%
B = 18.38%

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

#FEA85F (or 0xFEA85F) is known color: Rajah. HEX triplet: FE, A8 and 5F. RGB value is (254,168,95). Sum of RGB (Red+Green+Blue) = 254+168+95=517 (68% of max value = 765). Red value is 254 (99.61% from 255 or 49.13% from 517); Green value is 168 (66.02% from 255 or 32.50% from 517); Blue value is 95 (37.5% from 255 or 18.38% from 517); Max value from RGB is 254 - color contains mainly: red. Hex color #FEA85F is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FEA85F is #0157A0. Grayscale: #B9B9B9. Windows color (decimal): -87969 or 6269182. OLE color: 6269182.

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

Color convert

RGB 254 168 95 -
CMYK 0 0.34 0.63 0.00
HSL 27.55º 0.99% 0.68% -
HSV(B) 27.55º 0.63% 1% -
XYZ 56.94 49.9 17.46 -
YUV 185.39 76.99 176.94 -
System Red Green Blue C M Y K H S L
Decimal 254 168 95 0 0.34 0.63 0.00 27.55 0.99 0.68
Hex FE A8 5F 0 22 3F 0 1C 63 44
Octal 376 250 137 0 42 77 0 34 143 104
Binary 11111110 10101000 1011111 0 100010 111111 0 11100 1100011 1000100

Color Harmonies of #FEA85F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEA85F

Black with #FEA85F

Text Example


Text Example

White with #FEA85F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEA85F; }

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

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

background-color css

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

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

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

border-color css

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

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

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