Html Css Color HEX #FE9325 Neon Carrot

📋 copy color: '#FE9325'

red 254 ◦ green 147 ◦ blue 37

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

Shades of Neon Carrot #FE9325

Tints of Neon Carrot #FE9325

RGB

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

 GREEN value IS 147 (57.81% from 255) = 33.56%

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

R = 57.99%
G = 33.56%
B = 8.45%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.85

 K value IS 0.00

RGB Variations

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

Color information

#FE9325 (or 0xFE9325) is known color: Neon Carrot. HEX triplet: FE, 93 and 25. RGB value is (254,147,37). Sum of RGB (Red+Green+Blue) = 254+147+37=438 (58% of max value = 765). Red value is 254 (99.61% from 255 or 57.99% from 438); Green value is 147 (57.81% from 255 or 33.56% from 438); Blue value is 37 (14.84% from 255 or 8.45% from 438); Max value from RGB is 254 - color contains mainly: red. Hex color #FE9325 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FE9325 is #016CDA. Grayscale: #A7A7A7. Windows color (decimal): -93403 or 2462718. OLE color: 2462718.

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

Color convert

RGB 254 147 37 -
CMYK 0 0.42 0.85 0.00
HSL 30.41º 0.99% 0.57% -
HSV(B) 30.41º 0.85% 1% -
XYZ 51.64 42.07 7.15 -
YUV 166.45 54.95 190.44 -
System Red Green Blue C M Y K H S L
Decimal 254 147 37 0 0.42 0.85 0.00 30.41 0.99 0.57
Hex FE 93 25 0 2A 55 0 1E 63 39
Octal 376 223 45 0 52 125 0 36 143 71
Binary 11111110 10010011 100101 0 101010 1010101 0 11110 1100011 111001

Color Harmonies of #FE9325

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE9325

Black with #FE9325

Text Example


Text Example

White with #FE9325

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE9325; }

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

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

background-color css

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

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

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

border-color css

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

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

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