Html Css Color HEX #FEAC04 Orange

📋 copy color: '#FEAC04'

red 254 ◦ green 172 ◦ blue 4

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

Shades of Orange #FEAC04

Tints of Orange #FEAC04

RGB

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

 GREEN value IS 172 (67.58% from 255) = 40%

 BLUE value IS 4 (1.95% from 255) = 0.93%

R = 59.07%
G = 40%
B = 0.93%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.98

 K value IS 0.00

RGB Variations

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

Color information

#FEAC04 (or 0xFEAC04) is known color: Orange. HEX triplet: FE, AC and 04. RGB value is (254,172,4). Sum of RGB (Red+Green+Blue) = 254+172+4=430 (56% of max value = 765). Red value is 254 (99.61% from 255 or 59.07% from 430); Green value is 172 (67.58% from 255 or 40% from 430); Blue value is 4 (1.95% from 255 or 0.93% from 430); Max value from RGB is 254 - color contains mainly: red. Hex color #FEAC04 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FEAC04 is #0153FB. Grayscale: #B2B2B2. Windows color (decimal): -87036 or 306430. OLE color: 306430.

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

Color convert

RGB 254 172 4 -
CMYK 0 0.32 0.98 0.00
HSL 40.32º 0.99% 0.51% -
HSV(B) 40.32º 0.98% 1% -
XYZ 55.65 50.58 6.95 -
YUV 177.37 30.17 182.66 -
System Red Green Blue C M Y K H S L
Decimal 254 172 4 0 0.32 0.98 0.00 40.32 0.99 0.51
Hex FE AC 4 0 20 62 0 28 63 33
Octal 376 254 4 0 40 142 0 50 143 63
Binary 11111110 10101100 100 0 100000 1100010 0 101000 1100011 110011

Color Harmonies of #FEAC04

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEAC04

Black with #FEAC04

Text Example


Text Example

White with #FEAC04

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEAC04; }

 p { color: rgb(254,172,4); }

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

background-color css

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

 a { background-color: rgb(254,172,4); }

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

border-color css

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

 span { border-color: rgb(254,172,4); }

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