Html Css Color HEX #FEAB3C Yellow Orange

📋 copy color: '#FEAB3C'

red 254 ◦ green 171 ◦ blue 60

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

Shades of Yellow Orange #FEAB3C

Tints of Yellow Orange #FEAB3C

RGB

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

 GREEN value IS 171 (67.19% from 255) = 35.26%

 BLUE value IS 60 (23.83% from 255) = 12.37%

R = 52.37%
G = 35.26%
B = 12.37%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.76

 K value IS 0.00

RGB Variations

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

Color information

#FEAB3C (or 0xFEAB3C) is known color: Yellow Orange. HEX triplet: FE, AB and 3C. RGB value is (254,171,60). Sum of RGB (Red+Green+Blue) = 254+171+60=485 (64% of max value = 765). Red value is 254 (99.61% from 255 or 52.37% from 485); Green value is 171 (67.19% from 255 or 35.26% from 485); Blue value is 60 (23.83% from 255 or 12.37% from 485); Max value from RGB is 254 - color contains mainly: red. Hex color #FEAB3C is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FEAB3C is #0154C3. Grayscale: #B7B7B7. Windows color (decimal): -87236 or 3976190. OLE color: 3976190.

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

Color convert

RGB 254 171 60 -
CMYK 0 0.33 0.76 0.00
HSL 34.33º 0.99% 0.62% -
HSV(B) 34.33º 0.76% 1% -
XYZ 56.25 50.52 11.06 -
YUV 183.16 58.5 178.53 -
System Red Green Blue C M Y K H S L
Decimal 254 171 60 0 0.33 0.76 0.00 34.33 0.99 0.62
Hex FE AB 3C 0 21 4C 0 22 63 3E
Octal 376 253 74 0 41 114 0 42 143 76
Binary 11111110 10101011 111100 0 100001 1001100 0 100010 1100011 111110

Color Harmonies of #FEAB3C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEAB3C

Black with #FEAB3C

Text Example


Text Example

White with #FEAB3C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEAB3C; }

 p { color: rgb(254,171,60); }

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

background-color css

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

 a { background-color: rgb(254,171,60); }

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

border-color css

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

 span { border-color: rgb(254,171,60); }

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