Html Css Color HEX #FEAD64 Rajah

📋 copy color: '#FEAD64'

red 254 ◦ green 173 ◦ blue 100

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

Shades of Rajah #FEAD64

Tints of Rajah #FEAD64

RGB

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

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

 BLUE value IS 100 (39.45% from 255) = 18.98%

R = 48.2%
G = 32.83%
B = 18.98%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.61

 K value IS 0.00

RGB Variations

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

Color information

#FEAD64 (or 0xFEAD64) is known color: Rajah. HEX triplet: FE, AD and 64. RGB value is (254,173,100). Sum of RGB (Red+Green+Blue) = 254+173+100=527 (69% of max value = 765). Red value is 254 (99.61% from 255 or 48.20% from 527); Green value is 173 (67.97% from 255 or 32.83% from 527); Blue value is 100 (39.45% from 255 or 18.98% from 527); Max value from RGB is 254 - color contains mainly: red. Hex color #FEAD64 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FEAD64 is #01529B. Grayscale: #BDBDBD. Windows color (decimal): -86684 or 6598142. OLE color: 6598142.

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

Color convert

RGB 254 173 100 -
CMYK 0 0.32 0.61 0.00
HSL 28.44º 0.99% 0.69% -
HSV(B) 28.44º 0.61% 1% -
XYZ 58.12 51.88 19.01 -
YUV 188.9 77.84 174.44 -
System Red Green Blue C M Y K H S L
Decimal 254 173 100 0 0.32 0.61 0.00 28.44 0.99 0.69
Hex FE AD 64 0 20 3D 0 1C 63 45
Octal 376 255 144 0 40 75 0 34 143 105
Binary 11111110 10101101 1100100 0 100000 111101 0 11100 1100011 1000101

Color Harmonies of #FEAD64

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEAD64

Black with #FEAD64

Text Example


Text Example

White with #FEAD64

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEAD64; }

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

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

background-color css

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

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

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

border-color css

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

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

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