Html Css Color HEX #FE8940 Sun

📋 copy color: '#FE8940'

red 254 ◦ green 137 ◦ blue 64

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

Shades of Sun #FE8940

Tints of Sun #FE8940

RGB

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

 GREEN value IS 137 (53.91% from 255) = 30.11%

 BLUE value IS 64 (25.39% from 255) = 14.07%

R = 55.82%
G = 30.11%
B = 14.07%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.75

 K value IS 0.00

RGB Variations

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

Color information

#FE8940 (or 0xFE8940) is known color: Sun. HEX triplet: FE, 89 and 40. RGB value is (254,137,64). Sum of RGB (Red+Green+Blue) = 254+137+64=455 (60% of max value = 765). Red value is 254 (99.61% from 255 or 55.82% from 455); Green value is 137 (53.91% from 255 or 30.11% from 455); Blue value is 64 (25.39% from 255 or 14.07% from 455); Max value from RGB is 254 - color contains mainly: red. Hex color #FE8940 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FE8940 is #0176BF. Grayscale: #A4A4A4. Windows color (decimal): -95936 or 4229630. OLE color: 4229630.

HSL color Cylindrical-coordinate representation of color #FE8940: hue angle of 23.05º 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 #FE8940 is Cyan = 0, Magento = 0.46, Yellow = 0.75 and Black (K on CMYK) = 0.00.

Color convert

RGB 254 137 64 -
CMYK 0 0.46 0.75 0.00
HSL 23.05º 0.99% 0.62% -
HSV(B) 23.05º 0.75% 1% -
XYZ 50.74 39.33 9.77 -
YUV 163.66 71.76 192.44 -
System Red Green Blue C M Y K H S L
Decimal 254 137 64 0 0.46 0.75 0.00 23.05 0.99 0.62
Hex FE 89 40 0 2E 4B 0 17 63 3E
Octal 376 211 100 0 56 113 0 27 143 76
Binary 11111110 10001001 1000000 0 101110 1001011 0 10111 1100011 111110

Color Harmonies of #FE8940

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE8940

Black with #FE8940

Text Example


Text Example

White with #FE8940

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE8940; }

 p { color: rgb(254,137,64); }

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

background-color css

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

 a { background-color: rgb(254,137,64); }

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

border-color css

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

 span { border-color: rgb(254,137,64); }

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