Html Css Color HEX #FEAD6A Rajah

📋 copy color: '#FEAD6A'

red 254 ◦ green 173 ◦ blue 106

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

Shades of Rajah #FEAD6A

Tints of Rajah #FEAD6A

RGB

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

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

 BLUE value IS 106 (41.8% from 255) = 19.89%

R = 47.65%
G = 32.46%
B = 19.89%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.58

 K value IS 0.00

RGB Variations

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

Color information

#FEAD6A (or 0xFEAD6A) is known color: Rajah. HEX triplet: FE, AD and 6A. RGB value is (254,173,106). Sum of RGB (Red+Green+Blue) = 254+173+106=533 (70% of max value = 765). Red value is 254 (99.61% from 255 or 47.65% from 533); Green value is 173 (67.97% from 255 or 32.46% from 533); Blue value is 106 (41.80% from 255 or 19.89% from 533); Max value from RGB is 254 - color contains mainly: red. Hex color #FEAD6A is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FEAD6A is #015295. Grayscale: #BDBDBD. Windows color (decimal): -86678 or 6991358. OLE color: 6991358.

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

Color convert

RGB 254 173 106 -
CMYK 0 0.32 0.58 0.00
HSL 27.16º 0.99% 0.71% -
HSV(B) 27.16º 0.58% 1% -
XYZ 58.42 52 20.59 -
YUV 189.58 80.84 173.95 -
System Red Green Blue C M Y K H S L
Decimal 254 173 106 0 0.32 0.58 0.00 27.16 0.99 0.71
Hex FE AD 6A 0 20 3A 0 1B 63 47
Octal 376 255 152 0 40 72 0 33 143 107
Binary 11111110 10101101 1101010 0 100000 111010 0 11011 1100011 1000111

Color Harmonies of #FEAD6A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEAD6A

Black with #FEAD6A

Text Example


Text Example

White with #FEAD6A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEAD6A; }

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

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

background-color css

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

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

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

border-color css

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

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

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