Html Css Color HEX #FE8E30 Neon Carrot

📋 copy color: '#FE8E30'

red 254 ◦ green 142 ◦ blue 48

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

Shades of Neon Carrot #FE8E30

Tints of Neon Carrot #FE8E30

RGB

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

 GREEN value IS 142 (55.86% from 255) = 31.98%

 BLUE value IS 48 (19.14% from 255) = 10.81%

R = 57.21%
G = 31.98%
B = 10.81%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.81

 K value IS 0.00

RGB Variations

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

Color information

#FE8E30 (or 0xFE8E30) is known color: Neon Carrot. HEX triplet: FE, 8E and 30. RGB value is (254,142,48). Sum of RGB (Red+Green+Blue) = 254+142+48=444 (58% of max value = 765). Red value is 254 (99.61% from 255 or 57.21% from 444); Green value is 142 (55.86% from 255 or 31.98% from 444); Blue value is 48 (19.14% from 255 or 10.81% from 444); Max value from RGB is 254 - color contains mainly: red. Hex color #FE8E30 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FE8E30 is #0171CF. Grayscale: #A5A5A5. Windows color (decimal): -94672 or 3182334. OLE color: 3182334.

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

Color convert

RGB 254 142 48 -
CMYK 0 0.44 0.81 0.00
HSL 27.38º 0.99% 0.59% -
HSV(B) 27.38º 0.81% 1% -
XYZ 51.08 40.63 7.95 -
YUV 164.77 62.11 191.64 -
System Red Green Blue C M Y K H S L
Decimal 254 142 48 0 0.44 0.81 0.00 27.38 0.99 0.59
Hex FE 8E 30 0 2C 51 0 1B 63 3B
Octal 376 216 60 0 54 121 0 33 143 73
Binary 11111110 10001110 110000 0 101100 1010001 0 11011 1100011 111011

Color Harmonies of #FE8E30

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE8E30

Black with #FE8E30

Text Example


Text Example

White with #FE8E30

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE8E30; }

 p { color: rgb(254,142,48); }

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

background-color css

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

 a { background-color: rgb(254,142,48); }

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

border-color css

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

 span { border-color: rgb(254,142,48); }

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