Html Css Color HEX #FE8A2F Neon Carrot

📋 copy color: '#FE8A2F'

red 254 ◦ green 138 ◦ blue 47

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

Shades of Neon Carrot #FE8A2F

Tints of Neon Carrot #FE8A2F

RGB

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

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

 BLUE value IS 47 (18.75% from 255) = 10.71%

R = 57.86%
G = 31.44%
B = 10.71%

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

#FE8A2F (or 0xFE8A2F) is known color: Neon Carrot. HEX triplet: FE, 8A and 2F. RGB value is (254,138,47). Sum of RGB (Red+Green+Blue) = 254+138+47=439 (58% of max value = 765). Red value is 254 (99.61% from 255 or 57.86% from 439); Green value is 138 (54.30% from 255 or 31.44% from 439); Blue value is 47 (18.75% from 255 or 10.71% from 439); Max value from RGB is 254 - color contains mainly: red. Hex color #FE8A2F is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FE8A2F is #0175D0. Grayscale: #A2A2A2. Windows color (decimal): -95697 or 3115774. OLE color: 3115774.

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

Color convert

RGB 254 138 47 -
CMYK 0 0.46 0.81 0.00
HSL 26.38º 0.99% 0.59% -
HSV(B) 26.38º 0.81% 1% -
XYZ 50.47 39.45 7.64 -
YUV 162.31 62.93 193.4 -
System Red Green Blue C M Y K H S L
Decimal 254 138 47 0 0.46 0.81 0.00 26.38 0.99 0.59
Hex FE 8A 2F 0 2E 51 0 1A 63 3B
Octal 376 212 57 0 56 121 0 32 143 73
Binary 11111110 10001010 101111 0 101110 1010001 0 11010 1100011 111011

Color Harmonies of #FE8A2F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE8A2F

Black with #FE8A2F

Text Example


Text Example

White with #FE8A2F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE8A2F; }

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

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

background-color css

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

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

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

border-color css

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

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

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