Html Css Color HEX #FE8925 Carrot Orange

📋 copy color: '#FE8925'

red 254 ◦ green 137 ◦ blue 37

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

Shades of Carrot Orange #FE8925

Tints of Carrot Orange #FE8925

RGB

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

 GREEN value IS 137 (53.91% from 255) = 32.01%

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

R = 59.35%
G = 32.01%
B = 8.64%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.85

 K value IS 0.00

RGB Variations

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

Color information

#FE8925 (or 0xFE8925) is known color: Carrot Orange. HEX triplet: FE, 89 and 25. RGB value is (254,137,37). Sum of RGB (Red+Green+Blue) = 254+137+37=428 (56% of max value = 765). Red value is 254 (99.61% from 255 or 59.35% from 428); Green value is 137 (53.91% from 255 or 32.01% from 428); Blue value is 37 (14.84% from 255 or 8.64% from 428); Max value from RGB is 254 - color contains mainly: red. Hex color #FE8925 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FE8925 is #0176DA. Grayscale: #A1A1A1. Windows color (decimal): -95963 or 2460158. OLE color: 2460158.

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

Color convert

RGB 254 137 37 -
CMYK 0 0.46 0.85 0.00
HSL 27.65º 0.99% 0.57% -
HSV(B) 27.65º 0.85% 1% -
XYZ 50.15 39.1 6.65 -
YUV 160.58 58.26 194.63 -
System Red Green Blue C M Y K H S L
Decimal 254 137 37 0 0.46 0.85 0.00 27.65 0.99 0.57
Hex FE 89 25 0 2E 55 0 1C 63 39
Octal 376 211 45 0 56 125 0 34 143 71
Binary 11111110 10001001 100101 0 101110 1010101 0 11100 1100011 111001

Color Harmonies of #FE8925

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE8925

Black with #FE8925

Text Example


Text Example

White with #FE8925

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE8925; }

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

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

background-color css

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

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

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

border-color css

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

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

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