Html Css Color HEX #FE8D3B Sun

📋 copy color: '#FE8D3B'

red 254 ◦ green 141 ◦ blue 59

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

Shades of Sun #FE8D3B

Tints of Sun #FE8D3B

RGB

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

 GREEN value IS 141 (55.47% from 255) = 31.06%

 BLUE value IS 59 (23.44% from 255) = 13%

R = 55.95%
G = 31.06%
B = 13%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.77

 K value IS 0.00

RGB Variations

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

Color information

#FE8D3B (or 0xFE8D3B) is known color: Sun. HEX triplet: FE, 8D and 3B. RGB value is (254,141,59). Sum of RGB (Red+Green+Blue) = 254+141+59=454 (60% of max value = 765). Red value is 254 (99.61% from 255 or 55.95% from 454); Green value is 141 (55.47% from 255 or 31.06% from 454); Blue value is 59 (23.44% from 255 or 13.00% from 454); Max value from RGB is 254 - color contains mainly: red. Hex color #FE8D3B is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FE8D3B is #0172C4. Grayscale: #A5A5A5. Windows color (decimal): -94917 or 3902974. OLE color: 3902974.

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

Color convert

RGB 254 141 59 -
CMYK 0 0.44 0.77 0.00
HSL 25.23º 0.99% 0.61% -
HSV(B) 25.23º 0.77% 1% -
XYZ 51.19 40.44 9.24 -
YUV 165.44 67.94 191.17 -
System Red Green Blue C M Y K H S L
Decimal 254 141 59 0 0.44 0.77 0.00 25.23 0.99 0.61
Hex FE 8D 3B 0 2C 4D 0 19 63 3D
Octal 376 215 73 0 54 115 0 31 143 75
Binary 11111110 10001101 111011 0 101100 1001101 0 11001 1100011 111101

Color Harmonies of #FE8D3B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE8D3B

Black with #FE8D3B

Text Example


Text Example

White with #FE8D3B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE8D3B; }

 p { color: rgb(254,141,59); }

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

background-color css

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

 a { background-color: rgb(254,141,59); }

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

border-color css

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

 span { border-color: rgb(254,141,59); }

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