Html Css Color HEX #FEAF5E Rajah

📋 copy color: '#FEAF5E'

red 254 ◦ green 175 ◦ blue 94

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

Shades of Rajah #FEAF5E

Tints of Rajah #FEAF5E

RGB

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

 GREEN value IS 175 (68.75% from 255) = 33.46%

 BLUE value IS 94 (37.11% from 255) = 17.97%

R = 48.57%
G = 33.46%
B = 17.97%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.63

 K value IS 0.00

RGB Variations

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

Color information

#FEAF5E (or 0xFEAF5E) is known color: Rajah. HEX triplet: FE, AF and 5E. RGB value is (254,175,94). Sum of RGB (Red+Green+Blue) = 254+175+94=523 (69% of max value = 765). Red value is 254 (99.61% from 255 or 48.57% from 523); Green value is 175 (68.75% from 255 or 33.46% from 523); Blue value is 94 (37.11% from 255 or 17.97% from 523); Max value from RGB is 254 - color contains mainly: red. Hex color #FEAF5E is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FEAF5E is #0150A1. Grayscale: #BDBDBD. Windows color (decimal): -86178 or 6205438. OLE color: 6205438.

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

Color convert

RGB 254 175 94 -
CMYK 0 0.31 0.63 0.00
HSL 30.38º 0.99% 0.68% -
HSV(B) 30.38º 0.63% 1% -
XYZ 58.22 52.54 17.66 -
YUV 189.39 74.17 174.09 -
System Red Green Blue C M Y K H S L
Decimal 254 175 94 0 0.31 0.63 0.00 30.38 0.99 0.68
Hex FE AF 5E 0 1F 3F 0 1E 63 44
Octal 376 257 136 0 37 77 0 36 143 104
Binary 11111110 10101111 1011110 0 11111 111111 0 11110 1100011 1000100

Color Harmonies of #FEAF5E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEAF5E

Black with #FEAF5E

Text Example


Text Example

White with #FEAF5E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEAF5E; }

 p { color: rgb(254,175,94); }

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

background-color css

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

 a { background-color: rgb(254,175,94); }

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

border-color css

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

 span { border-color: rgb(254,175,94); }

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