Html Css Color HEX #FEAD5B Rajah

📋 copy color: '#FEAD5B'

red 254 ◦ green 173 ◦ blue 91

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

Shades of Rajah #FEAD5B

Tints of Rajah #FEAD5B

RGB

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

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

 BLUE value IS 91 (35.94% from 255) = 17.57%

R = 49.03%
G = 33.4%
B = 17.57%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.64

 K value IS 0.00

RGB Variations

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

Color information

#FEAD5B (or 0xFEAD5B) is known color: Rajah. HEX triplet: FE, AD and 5B. RGB value is (254,173,91). Sum of RGB (Red+Green+Blue) = 254+173+91=518 (68% of max value = 765). Red value is 254 (99.61% from 255 or 49.03% from 518); Green value is 173 (67.97% from 255 or 33.40% from 518); Blue value is 91 (35.94% from 255 or 17.57% from 518); Max value from RGB is 254 - color contains mainly: red. Hex color #FEAD5B is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FEAD5B is #0152A4. Grayscale: #BCBCBC. Windows color (decimal): -86693 or 6008318. OLE color: 6008318.

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

Color convert

RGB 254 173 91 -
CMYK 0 0.32 0.64 0.00
HSL 30.18º 0.99% 0.68% -
HSV(B) 30.18º 0.64% 1% -
XYZ 57.7 51.71 16.84 -
YUV 187.87 73.34 175.17 -
System Red Green Blue C M Y K H S L
Decimal 254 173 91 0 0.32 0.64 0.00 30.18 0.99 0.68
Hex FE AD 5B 0 20 40 0 1E 63 44
Octal 376 255 133 0 40 100 0 36 143 104
Binary 11111110 10101101 1011011 0 100000 1000000 0 11110 1100011 1000100

Color Harmonies of #FEAD5B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEAD5B

Black with #FEAD5B

Text Example


Text Example

White with #FEAD5B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEAD5B; }

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

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

background-color css

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

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

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

border-color css

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

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

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