Html Css Color HEX #FE8430 Sun

📋 copy color: '#FE8430'

red 254 ◦ green 132 ◦ blue 48

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

Shades of Sun #FE8430

Tints of Sun #FE8430

RGB

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

 GREEN value IS 132 (51.95% from 255) = 30.41%

 BLUE value IS 48 (19.14% from 255) = 11.06%

R = 58.53%
G = 30.41%
B = 11.06%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.81

 K value IS 0.00

RGB Variations

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

Color information

#FE8430 (or 0xFE8430) is known color: Sun. HEX triplet: FE, 84 and 30. RGB value is (254,132,48). Sum of RGB (Red+Green+Blue) = 254+132+48=434 (57% of max value = 765). Red value is 254 (99.61% from 255 or 58.53% from 434); Green value is 132 (51.95% from 255 or 30.41% from 434); Blue value is 48 (19.14% from 255 or 11.06% from 434); Max value from RGB is 254 - color contains mainly: red. Hex color #FE8430 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FE8430 is #017BCF. Grayscale: #9F9F9F. Windows color (decimal): -97232 or 3179774. OLE color: 3179774.

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

Color convert

RGB 254 132 48 -
CMYK 0 0.48 0.81 0.00
HSL 24.47º 0.99% 0.59% -
HSV(B) 24.47º 0.81% 1% -
XYZ 49.66 37.79 7.47 -
YUV 158.9 65.42 195.83 -
System Red Green Blue C M Y K H S L
Decimal 254 132 48 0 0.48 0.81 0.00 24.47 0.99 0.59
Hex FE 84 30 0 30 51 0 18 63 3B
Octal 376 204 60 0 60 121 0 30 143 73
Binary 11111110 10000100 110000 0 110000 1010001 0 11000 1100011 111011

Color Harmonies of #FE8430

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE8430

Black with #FE8430

Text Example


Text Example

White with #FE8430

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE8430; }

 p { color: rgb(254,132,48); }

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

background-color css

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

 a { background-color: rgb(254,132,48); }

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

border-color css

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

 span { border-color: rgb(254,132,48); }

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