Html Css Color HEX #FE8C40 Sun

📋 copy color: '#FE8C40'

red 254 ◦ green 140 ◦ blue 64

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

Shades of Sun #FE8C40

Tints of Sun #FE8C40

RGB

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

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

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

R = 55.46%
G = 30.57%
B = 13.97%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.75

 K value IS 0.00

RGB Variations

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

Color information

#FE8C40 (or 0xFE8C40) is known color: Sun. HEX triplet: FE, 8C and 40. RGB value is (254,140,64). Sum of RGB (Red+Green+Blue) = 254+140+64=458 (60% of max value = 765). Red value is 254 (99.61% from 255 or 55.46% from 458); Green value is 140 (55.08% from 255 or 30.57% from 458); Blue value is 64 (25.39% from 255 or 13.97% from 458); Max value from RGB is 254 - color contains mainly: red. Hex color #FE8C40 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FE8C40 is #0173BF. Grayscale: #A5A5A5. Windows color (decimal): -95168 or 4230398. OLE color: 4230398.

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

Color convert

RGB 254 140 64 -
CMYK 0 0.45 0.75 0.00
HSL 24º 0.99% 0.62% -
HSV(B) 24º 0.75% 1% -
XYZ 51.18 40.2 9.91 -
YUV 165.42 70.77 191.18 -
System Red Green Blue C M Y K H S L
Decimal 254 140 64 0 0.45 0.75 0.00 24 0.99 0.62
Hex FE 8C 40 0 2D 4B 0 18 63 3E
Octal 376 214 100 0 55 113 0 30 143 76
Binary 11111110 10001100 1000000 0 101101 1001011 0 11000 1100011 111110

Color Harmonies of #FE8C40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE8C40

Black with #FE8C40

Text Example


Text Example

White with #FE8C40

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE8C40; }

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

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

background-color css

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

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

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

border-color css

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

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

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