Html Css Color HEX #FE8A2D Neon Carrot

📋 copy color: '#FE8A2D'

red 254 ◦ green 138 ◦ blue 45

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

Shades of Neon Carrot #FE8A2D

Tints of Neon Carrot #FE8A2D

RGB

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

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

 BLUE value IS 45 (17.97% from 255) = 10.3%

R = 58.12%
G = 31.58%
B = 10.3%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.82

 K value IS 0.00

RGB Variations

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

Color information

#FE8A2D (or 0xFE8A2D) is known color: Neon Carrot. HEX triplet: FE, 8A and 2D. RGB value is (254,138,45). Sum of RGB (Red+Green+Blue) = 254+138+45=437 (57% of max value = 765). Red value is 254 (99.61% from 255 or 58.12% from 437); Green value is 138 (54.30% from 255 or 31.58% from 437); Blue value is 45 (17.97% from 255 or 10.30% from 437); Max value from RGB is 254 - color contains mainly: red. Hex color #FE8A2D is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FE8A2D is #0175D2. Grayscale: #A2A2A2. Windows color (decimal): -95699 or 2984702. OLE color: 2984702.

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

Color convert

RGB 254 138 45 -
CMYK 0 0.46 0.82 0.00
HSL 26.7º 0.99% 0.59% -
HSV(B) 26.7º 0.82% 1% -
XYZ 50.44 39.44 7.44 -
YUV 162.08 61.93 193.56 -
System Red Green Blue C M Y K H S L
Decimal 254 138 45 0 0.46 0.82 0.00 26.7 0.99 0.59
Hex FE 8A 2D 0 2E 52 0 1B 63 3B
Octal 376 212 55 0 56 122 0 33 143 73
Binary 11111110 10001010 101101 0 101110 1010010 0 11011 1100011 111011

Color Harmonies of #FE8A2D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE8A2D

Black with #FE8A2D

Text Example


Text Example

White with #FE8A2D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE8A2D; }

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

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

background-color css

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

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

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

border-color css

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

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

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