Html Css Color HEX #FEAD61 Rajah

📋 copy color: '#FEAD61'

red 254 ◦ green 173 ◦ blue 97

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

Shades of Rajah #FEAD61

Tints of Rajah #FEAD61

RGB

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

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

 BLUE value IS 97 (38.28% from 255) = 18.51%

R = 48.47%
G = 33.02%
B = 18.51%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.62

 K value IS 0.00

RGB Variations

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

Color information

#FEAD61 (or 0xFEAD61) is known color: Rajah. HEX triplet: FE, AD and 61. RGB value is (254,173,97). Sum of RGB (Red+Green+Blue) = 254+173+97=524 (69% of max value = 765). Red value is 254 (99.61% from 255 or 48.47% from 524); Green value is 173 (67.97% from 255 or 33.02% from 524); Blue value is 97 (38.28% from 255 or 18.51% from 524); Max value from RGB is 254 - color contains mainly: red. Hex color #FEAD61 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FEAD61 is #01529E. Grayscale: #BCBCBC. Windows color (decimal): -86687 or 6401534. OLE color: 6401534.

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

Color convert

RGB 254 173 97 -
CMYK 0 0.32 0.62 0.00
HSL 29.04º 0.99% 0.69% -
HSV(B) 29.04º 0.62% 1% -
XYZ 57.97 51.82 18.26 -
YUV 188.56 76.34 174.68 -
System Red Green Blue C M Y K H S L
Decimal 254 173 97 0 0.32 0.62 0.00 29.04 0.99 0.69
Hex FE AD 61 0 20 3E 0 1D 63 45
Octal 376 255 141 0 40 76 0 35 143 105
Binary 11111110 10101101 1100001 0 100000 111110 0 11101 1100011 1000101

Color Harmonies of #FEAD61

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEAD61

Black with #FEAD61

Text Example


Text Example

White with #FEAD61

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEAD61; }

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

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

background-color css

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

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

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

border-color css

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

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

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