Html Css Color HEX #FE853C Sun

📋 copy color: '#FE853C'

red 254 ◦ green 133 ◦ blue 60

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

Shades of Sun #FE853C

Tints of Sun #FE853C

RGB

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

 GREEN value IS 133 (52.34% from 255) = 29.75%

 BLUE value IS 60 (23.83% from 255) = 13.42%

R = 56.82%
G = 29.75%
B = 13.42%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.76

 K value IS 0.00

RGB Variations

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

Color information

#FE853C (or 0xFE853C) is known color: Sun. HEX triplet: FE, 85 and 3C. RGB value is (254,133,60). Sum of RGB (Red+Green+Blue) = 254+133+60=447 (59% of max value = 765). Red value is 254 (99.61% from 255 or 56.82% from 447); Green value is 133 (52.34% from 255 or 29.75% from 447); Blue value is 60 (23.83% from 255 or 13.42% from 447); Max value from RGB is 254 - color contains mainly: red. Hex color #FE853C is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FE853C is #017AC3. Grayscale: #A1A1A1. Windows color (decimal): -96964 or 3966462. OLE color: 3966462.

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

Color convert

RGB 254 133 60 -
CMYK 0 0.48 0.76 0.00
HSL 22.58º 0.99% 0.62% -
HSV(B) 22.58º 0.76% 1% -
XYZ 50.08 38.17 9 -
YUV 160.86 71.09 194.44 -
System Red Green Blue C M Y K H S L
Decimal 254 133 60 0 0.48 0.76 0.00 22.58 0.99 0.62
Hex FE 85 3C 0 30 4C 0 17 63 3E
Octal 376 205 74 0 60 114 0 27 143 76
Binary 11111110 10000101 111100 0 110000 1001100 0 10111 1100011 111110

Color Harmonies of #FE853C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE853C

Black with #FE853C

Text Example


Text Example

White with #FE853C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE853C; }

 p { color: rgb(254,133,60); }

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

background-color css

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

 a { background-color: rgb(254,133,60); }

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

border-color css

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

 span { border-color: rgb(254,133,60); }

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