Html Css Color HEX #FE8C3A Sun

📋 copy color: '#FE8C3A'

red 254 ◦ green 140 ◦ blue 58

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

Shades of Sun #FE8C3A

Tints of Sun #FE8C3A

RGB

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

 GREEN value IS 140 (55.08% from 255) = 30.97%

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

R = 56.19%
G = 30.97%
B = 12.83%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.77

 K value IS 0.00

RGB Variations

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

Color information

#FE8C3A (or 0xFE8C3A) is known color: Sun. HEX triplet: FE, 8C and 3A. RGB value is (254,140,58). Sum of RGB (Red+Green+Blue) = 254+140+58=452 (59% of max value = 765). Red value is 254 (99.61% from 255 or 56.19% from 452); Green value is 140 (55.08% from 255 or 30.97% from 452); Blue value is 58 (23.05% from 255 or 12.83% from 452); Max value from RGB is 254 - color contains mainly: red. Hex color #FE8C3A is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FE8C3A is #0173C5. Grayscale: #A5A5A5. Windows color (decimal): -95174 or 3837182. OLE color: 3837182.

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

Color convert

RGB 254 140 58 -
CMYK 0 0.45 0.77 0.00
HSL 25.1º 0.99% 0.61% -
HSV(B) 25.1º 0.77% 1% -
XYZ 51.01 40.13 9.06 -
YUV 164.74 67.77 191.67 -
System Red Green Blue C M Y K H S L
Decimal 254 140 58 0 0.45 0.77 0.00 25.1 0.99 0.61
Hex FE 8C 3A 0 2D 4D 0 19 63 3D
Octal 376 214 72 0 55 115 0 31 143 75
Binary 11111110 10001100 111010 0 101101 1001101 0 11001 1100011 111101

Color Harmonies of #FE8C3A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE8C3A

Black with #FE8C3A

Text Example


Text Example

White with #FE8C3A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE8C3A; }

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

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

background-color css

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

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

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

border-color css

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

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

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