Html Css Color HEX #FE8725 Carrot Orange

📋 copy color: '#FE8725'

red 254 ◦ green 135 ◦ blue 37

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

Shades of Carrot Orange #FE8725

Tints of Carrot Orange #FE8725

RGB

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

 GREEN value IS 135 (53.13% from 255) = 31.69%

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

R = 59.62%
G = 31.69%
B = 8.69%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.85

 K value IS 0.00

RGB Variations

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

Color information

#FE8725 (or 0xFE8725) is known color: Carrot Orange. HEX triplet: FE, 87 and 25. RGB value is (254,135,37). Sum of RGB (Red+Green+Blue) = 254+135+37=426 (56% of max value = 765). Red value is 254 (99.61% from 255 or 59.62% from 426); Green value is 135 (53.12% from 255 or 31.69% from 426); Blue value is 37 (14.84% from 255 or 8.69% from 426); Max value from RGB is 254 - color contains mainly: red. Hex color #FE8725 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FE8725 is #0178DA. Grayscale: #9F9F9F. Windows color (decimal): -96475 or 2459646. OLE color: 2459646.

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

Color convert

RGB 254 135 37 -
CMYK 0 0.47 0.85 0.00
HSL 27.1º 0.99% 0.57% -
HSV(B) 27.1º 0.85% 1% -
XYZ 49.87 38.53 6.56 -
YUV 159.41 58.92 195.47 -
System Red Green Blue C M Y K H S L
Decimal 254 135 37 0 0.47 0.85 0.00 27.1 0.99 0.57
Hex FE 87 25 0 2F 55 0 1B 63 39
Octal 376 207 45 0 57 125 0 33 143 71
Binary 11111110 10000111 100101 0 101111 1010101 0 11011 1100011 111001

Color Harmonies of #FE8725

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE8725

Black with #FE8725

Text Example


Text Example

White with #FE8725

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE8725; }

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

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

background-color css

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

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

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

border-color css

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

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

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