Html Css Color HEX #FE8C25 Carrot Orange

📋 copy color: '#FE8C25'

red 254 ◦ green 140 ◦ blue 37

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

Shades of Carrot Orange #FE8C25

Tints of Carrot Orange #FE8C25

RGB

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

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

 BLUE value IS 37 (14.84% from 255) = 8.58%

R = 58.93%
G = 32.48%
B = 8.58%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.85

 K value IS 0.00

RGB Variations

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

Color information

#FE8C25 (or 0xFE8C25) is known color: Carrot Orange. HEX triplet: FE, 8C and 25. RGB value is (254,140,37). Sum of RGB (Red+Green+Blue) = 254+140+37=431 (57% of max value = 765). Red value is 254 (99.61% from 255 or 58.93% from 431); Green value is 140 (55.08% from 255 or 32.48% from 431); Blue value is 37 (14.84% from 255 or 8.58% from 431); Max value from RGB is 254 - color contains mainly: red. Hex color #FE8C25 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FE8C25 is #0173DA. Grayscale: #A2A2A2. Windows color (decimal): -95195 or 2460926. OLE color: 2460926.

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

Color convert

RGB 254 140 37 -
CMYK 0 0.45 0.85 0.00
HSL 28.48º 0.99% 0.57% -
HSV(B) 28.48º 0.85% 1% -
XYZ 50.59 39.96 6.8 -
YUV 162.34 57.27 193.38 -
System Red Green Blue C M Y K H S L
Decimal 254 140 37 0 0.45 0.85 0.00 28.48 0.99 0.57
Hex FE 8C 25 0 2D 55 0 1C 63 39
Octal 376 214 45 0 55 125 0 34 143 71
Binary 11111110 10001100 100101 0 101101 1010101 0 11100 1100011 111001

Color Harmonies of #FE8C25

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE8C25

Black with #FE8C25

Text Example


Text Example

White with #FE8C25

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE8C25; }

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

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

background-color css

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

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

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

border-color css

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

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

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