Html Css Color HEX #FE8C3B Sun

📋 copy color: '#FE8C3B'

red 254 ◦ green 140 ◦ blue 59

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

Shades of Sun #FE8C3B

Tints of Sun #FE8C3B

RGB

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

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

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

R = 56.07%
G = 30.91%
B = 13.02%

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

#FE8C3B (or 0xFE8C3B) is known color: Sun. HEX triplet: FE, 8C and 3B. RGB value is (254,140,59). Sum of RGB (Red+Green+Blue) = 254+140+59=453 (60% of max value = 765). Red value is 254 (99.61% from 255 or 56.07% from 453); Green value is 140 (55.08% from 255 or 30.91% from 453); Blue value is 59 (23.44% from 255 or 13.02% from 453); Max value from RGB is 254 - color contains mainly: red. Hex color #FE8C3B is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FE8C3B is #0173C4. Grayscale: #A5A5A5. Windows color (decimal): -95173 or 3902718. OLE color: 3902718.

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

Color convert

RGB 254 140 59 -
CMYK 0 0.45 0.77 0.00
HSL 24.92º 0.99% 0.61% -
HSV(B) 24.92º 0.77% 1% -
XYZ 51.04 40.14 9.2 -
YUV 164.85 68.27 191.59 -
System Red Green Blue C M Y K H S L
Decimal 254 140 59 0 0.45 0.77 0.00 24.92 0.99 0.61
Hex FE 8C 3B 0 2D 4D 0 19 63 3D
Octal 376 214 73 0 55 115 0 31 143 75
Binary 11111110 10001100 111011 0 101101 1001101 0 11001 1100011 111101

Color Harmonies of #FE8C3B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE8C3B

Black with #FE8C3B

Text Example


Text Example

White with #FE8C3B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE8C3B; }

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

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

background-color css

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

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

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

border-color css

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

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

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