Html Css Color HEX #FE8A30 Neon Carrot

📋 copy color: '#FE8A30'

red 254 ◦ green 138 ◦ blue 48

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

Shades of Neon Carrot #FE8A30

Tints of Neon Carrot #FE8A30

RGB

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

 GREEN value IS 138 (54.3% from 255) = 31.36%

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

R = 57.73%
G = 31.36%
B = 10.91%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.81

 K value IS 0.00

RGB Variations

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

Color information

#FE8A30 (or 0xFE8A30) is known color: Neon Carrot. HEX triplet: FE, 8A and 30. RGB value is (254,138,48). Sum of RGB (Red+Green+Blue) = 254+138+48=440 (58% of max value = 765). Red value is 254 (99.61% from 255 or 57.73% from 440); Green value is 138 (54.30% from 255 or 31.36% from 440); Blue value is 48 (19.14% from 255 or 10.91% from 440); Max value from RGB is 254 - color contains mainly: red. Hex color #FE8A30 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FE8A30 is #0175CF. Grayscale: #A2A2A2. Windows color (decimal): -95696 or 3181310. OLE color: 3181310.

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

Color convert

RGB 254 138 48 -
CMYK 0 0.46 0.81 0.00
HSL 26.21º 0.99% 0.59% -
HSV(B) 26.21º 0.81% 1% -
XYZ 50.5 39.46 7.75 -
YUV 162.42 63.43 193.32 -
System Red Green Blue C M Y K H S L
Decimal 254 138 48 0 0.46 0.81 0.00 26.21 0.99 0.59
Hex FE 8A 30 0 2E 51 0 1A 63 3B
Octal 376 212 60 0 56 121 0 32 143 73
Binary 11111110 10001010 110000 0 101110 1010001 0 11010 1100011 111011

Color Harmonies of #FE8A30

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE8A30

Black with #FE8A30

Text Example


Text Example

White with #FE8A30

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE8A30; }

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

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

background-color css

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

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

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

border-color css

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

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

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