Html Css Color HEX #FEAD3A Yellow Orange

📋 copy color: '#FEAD3A'

red 254 ◦ green 173 ◦ blue 58

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

Shades of Yellow Orange #FEAD3A

Tints of Yellow Orange #FEAD3A

RGB

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

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

 BLUE value IS 58 (23.05% from 255) = 11.96%

R = 52.37%
G = 35.67%
B = 11.96%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.77

 K value IS 0.00

RGB Variations

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

Color information

#FEAD3A (or 0xFEAD3A) is known color: Yellow Orange. HEX triplet: FE, AD and 3A. RGB value is (254,173,58). Sum of RGB (Red+Green+Blue) = 254+173+58=485 (64% of max value = 765). Red value is 254 (99.61% from 255 or 52.37% from 485); Green value is 173 (67.97% from 255 or 35.67% from 485); Blue value is 58 (23.05% from 255 or 11.96% from 485); Max value from RGB is 254 - color contains mainly: red. Hex color #FEAD3A is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FEAD3A is #0152C5. Grayscale: #B8B8B8. Windows color (decimal): -86726 or 3845630. OLE color: 3845630.

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

Color convert

RGB 254 173 58 -
CMYK 0 0.32 0.77 0.00
HSL 35.2º 0.99% 0.61% -
HSV(B) 35.2º 0.77% 1% -
XYZ 56.58 51.26 10.92 -
YUV 184.11 56.84 177.85 -
System Red Green Blue C M Y K H S L
Decimal 254 173 58 0 0.32 0.77 0.00 35.2 0.99 0.61
Hex FE AD 3A 0 20 4D 0 23 63 3D
Octal 376 255 72 0 40 115 0 43 143 75
Binary 11111110 10101101 111010 0 100000 1001101 0 100011 1100011 111101

Color Harmonies of #FEAD3A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEAD3A

Black with #FEAD3A

Text Example


Text Example

White with #FEAD3A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEAD3A; }

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

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

background-color css

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

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

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

border-color css

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

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

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