Html Css Color HEX #FE913F Neon Carrot

📋 copy color: '#FE913F'

red 254 ◦ green 145 ◦ blue 63

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

Shades of Neon Carrot #FE913F

Tints of Neon Carrot #FE913F

RGB

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

 GREEN value IS 145 (57.03% from 255) = 31.39%

 BLUE value IS 63 (25% from 255) = 13.64%

R = 54.98%
G = 31.39%
B = 13.64%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.75

 K value IS 0.00

RGB Variations

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

Color information

#FE913F (or 0xFE913F) is known color: Neon Carrot. HEX triplet: FE, 91 and 3F. RGB value is (254,145,63). Sum of RGB (Red+Green+Blue) = 254+145+63=462 (61% of max value = 765). Red value is 254 (99.61% from 255 or 54.98% from 462); Green value is 145 (57.03% from 255 or 31.39% from 462); Blue value is 63 (25% from 255 or 13.64% from 462); Max value from RGB is 254 - color contains mainly: red. Hex color #FE913F is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FE913F is #016EC0. Grayscale: #A8A8A8. Windows color (decimal): -93889 or 4166142. OLE color: 4166142.

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

Color convert

RGB 254 145 63 -
CMYK 0 0.43 0.75 0.00
HSL 25.76º 0.99% 0.62% -
HSV(B) 25.76º 0.75% 1% -
XYZ 51.9 41.68 10.01 -
YUV 168.24 68.61 189.17 -
System Red Green Blue C M Y K H S L
Decimal 254 145 63 0 0.43 0.75 0.00 25.76 0.99 0.62
Hex FE 91 3F 0 2B 4B 0 1A 63 3E
Octal 376 221 77 0 53 113 0 32 143 76
Binary 11111110 10010001 111111 0 101011 1001011 0 11010 1100011 111110

Color Harmonies of #FE913F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE913F

Black with #FE913F

Text Example


Text Example

White with #FE913F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE913F; }

 p { color: rgb(254,145,63); }

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

background-color css

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

 a { background-color: rgb(254,145,63); }

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

border-color css

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

 span { border-color: rgb(254,145,63); }

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