Html Css Color HEX #FE852E Sun

📋 copy color: '#FE852E'

red 254 ◦ green 133 ◦ blue 46

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

Shades of Sun #FE852E

Tints of Sun #FE852E

RGB

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

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

 BLUE value IS 46 (18.36% from 255) = 10.62%

R = 58.66%
G = 30.72%
B = 10.62%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.82

 K value IS 0.00

RGB Variations

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

Color information

#FE852E (or 0xFE852E) is known color: Sun. HEX triplet: FE, 85 and 2E. RGB value is (254,133,46). Sum of RGB (Red+Green+Blue) = 254+133+46=433 (57% of max value = 765). Red value is 254 (99.61% from 255 or 58.66% from 433); Green value is 133 (52.34% from 255 or 30.72% from 433); Blue value is 46 (18.36% from 255 or 10.62% from 433); Max value from RGB is 254 - color contains mainly: red. Hex color #FE852E is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FE852E is #017AD1. Grayscale: #9F9F9F. Windows color (decimal): -96978 or 3048958. OLE color: 3048958.

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

Color convert

RGB 254 133 46 -
CMYK 0 0.48 0.82 0.00
HSL 25.1º 0.99% 0.59% -
HSV(B) 25.1º 0.82% 1% -
XYZ 49.75 38.04 7.31 -
YUV 159.26 64.09 195.57 -
System Red Green Blue C M Y K H S L
Decimal 254 133 46 0 0.48 0.82 0.00 25.1 0.99 0.59
Hex FE 85 2E 0 30 52 0 19 63 3B
Octal 376 205 56 0 60 122 0 31 143 73
Binary 11111110 10000101 101110 0 110000 1010010 0 11001 1100011 111011

Color Harmonies of #FE852E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE852E

Black with #FE852E

Text Example


Text Example

White with #FE852E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE852E; }

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

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

background-color css

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

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

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

border-color css

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

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

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