Html Css Color HEX #FEAD02 Orange

📋 copy color: '#FEAD02'

red 254 ◦ green 173 ◦ blue 2

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

Shades of Orange #FEAD02

Tints of Orange #FEAD02

RGB

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

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

 BLUE value IS 2 (1.17% from 255) = 0.47%

R = 59.21%
G = 40.33%
B = 0.47%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.99

 K value IS 0.00

RGB Variations

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

Color information

#FEAD02 (or 0xFEAD02) is known color: Orange. HEX triplet: FE, AD and 02. RGB value is (254,173,2). Sum of RGB (Red+Green+Blue) = 254+173+2=429 (56% of max value = 765). Red value is 254 (99.61% from 255 or 59.21% from 429); Green value is 173 (67.97% from 255 or 40.33% from 429); Blue value is 2 (1.17% from 255 or 0.47% from 429); Max value from RGB is 254 - color contains mainly: red. Hex color #FEAD02 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FEAD02 is #0152FD. Grayscale: #B2B2B2. Windows color (decimal): -86782 or 175614. OLE color: 175614.

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

Color convert

RGB 254 173 2 -
CMYK 0 0.32 0.99 0.00
HSL 40.71º 0.99% 0.5% -
HSV(B) 40.71º 0.99% 1% -
XYZ 55.83 50.96 6.95 -
YUV 177.73 28.84 182.4 -
System Red Green Blue C M Y K H S L
Decimal 254 173 2 0 0.32 0.99 0.00 40.71 0.99 0.5
Hex FE AD 2 0 20 63 0 29 63 32
Octal 376 255 2 0 40 143 0 51 143 62
Binary 11111110 10101101 10 0 100000 1100011 0 101001 1100011 110010

Color Harmonies of #FEAD02

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEAD02

Black with #FEAD02

Text Example


Text Example

White with #FEAD02

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEAD02; }

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

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

background-color css

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

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

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

border-color css

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

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

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