Html Css Color HEX #FE863A Sun

📋 copy color: '#FE863A'

red 254 ◦ green 134 ◦ blue 58

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

Shades of Sun #FE863A

Tints of Sun #FE863A

RGB

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

 GREEN value IS 134 (52.73% from 255) = 30.04%

 BLUE value IS 58 (23.05% from 255) = 13%

R = 56.95%
G = 30.04%
B = 13%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.77

 K value IS 0.00

RGB Variations

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

Color information

#FE863A (or 0xFE863A) is known color: Sun. HEX triplet: FE, 86 and 3A. RGB value is (254,134,58). Sum of RGB (Red+Green+Blue) = 254+134+58=446 (59% of max value = 765). Red value is 254 (99.61% from 255 or 56.95% from 446); Green value is 134 (52.73% from 255 or 30.04% from 446); Blue value is 58 (23.05% from 255 or 13.00% from 446); Max value from RGB is 254 - color contains mainly: red. Hex color #FE863A is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FE863A is #0179C5. Grayscale: #A1A1A1. Windows color (decimal): -96710 or 3835646. OLE color: 3835646.

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

Color convert

RGB 254 134 58 -
CMYK 0 0.47 0.77 0.00
HSL 23.27º 0.99% 0.61% -
HSV(B) 23.27º 0.77% 1% -
XYZ 50.16 38.43 8.78 -
YUV 161.22 69.76 194.18 -
System Red Green Blue C M Y K H S L
Decimal 254 134 58 0 0.47 0.77 0.00 23.27 0.99 0.61
Hex FE 86 3A 0 2F 4D 0 17 63 3D
Octal 376 206 72 0 57 115 0 27 143 75
Binary 11111110 10000110 111010 0 101111 1001101 0 10111 1100011 111101

Color Harmonies of #FE863A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE863A

Black with #FE863A

Text Example


Text Example

White with #FE863A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE863A; }

 p { color: rgb(254,134,58); }

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

background-color css

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

 a { background-color: rgb(254,134,58); }

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

border-color css

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

 span { border-color: rgb(254,134,58); }

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