Html Css Color HEX #FEAD3F Yellow Orange

📋 copy color: '#FEAD3F'

red 254 ◦ green 173 ◦ blue 63

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

Shades of Yellow Orange #FEAD3F

Tints of Yellow Orange #FEAD3F

RGB

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

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

 BLUE value IS 63 (25% from 255) = 12.86%

R = 51.84%
G = 35.31%
B = 12.86%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.75

 K value IS 0.00

RGB Variations

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

Color information

#FEAD3F (or 0xFEAD3F) is known color: Yellow Orange. HEX triplet: FE, AD and 3F. RGB value is (254,173,63). Sum of RGB (Red+Green+Blue) = 254+173+63=490 (64% of max value = 765). Red value is 254 (99.61% from 255 or 51.84% from 490); Green value is 173 (67.97% from 255 or 35.31% from 490); Blue value is 63 (25% from 255 or 12.86% from 490); Max value from RGB is 254 - color contains mainly: red. Hex color #FEAD3F is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FEAD3F is #0152C0. Grayscale: #B9B9B9. Windows color (decimal): -86721 or 4173310. OLE color: 4173310.

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

Color convert

RGB 254 173 63 -
CMYK 0 0.32 0.75 0.00
HSL 34.55º 0.99% 0.62% -
HSV(B) 34.55º 0.75% 1% -
XYZ 56.71 51.32 11.62 -
YUV 184.68 59.34 177.44 -
System Red Green Blue C M Y K H S L
Decimal 254 173 63 0 0.32 0.75 0.00 34.55 0.99 0.62
Hex FE AD 3F 0 20 4B 0 23 63 3E
Octal 376 255 77 0 40 113 0 43 143 76
Binary 11111110 10101101 111111 0 100000 1001011 0 100011 1100011 111110

Color Harmonies of #FEAD3F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEAD3F

Black with #FEAD3F

Text Example


Text Example

White with #FEAD3F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEAD3F; }

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

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

background-color css

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

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

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

border-color css

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

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

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