Html Css Color HEX #FE942D Neon Carrot

📋 copy color: '#FE942D'

red 254 ◦ green 148 ◦ blue 45

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

Shades of Neon Carrot #FE942D

Tints of Neon Carrot #FE942D

RGB

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

 GREEN value IS 148 (58.2% from 255) = 33.11%

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

R = 56.82%
G = 33.11%
B = 10.07%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.82

 K value IS 0.00

RGB Variations

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

Color information

#FE942D (or 0xFE942D) is known color: Neon Carrot. HEX triplet: FE, 94 and 2D. RGB value is (254,148,45). Sum of RGB (Red+Green+Blue) = 254+148+45=447 (59% of max value = 765). Red value is 254 (99.61% from 255 or 56.82% from 447); Green value is 148 (58.20% from 255 or 33.11% from 447); Blue value is 45 (17.97% from 255 or 10.07% from 447); Max value from RGB is 254 - color contains mainly: red. Hex color #FE942D is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FE942D is #016BD2. Grayscale: #A8A8A8. Windows color (decimal): -93139 or 2987262. OLE color: 2987262.

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

Color convert

RGB 254 148 45 -
CMYK 0 0.42 0.82 0.00
HSL 29.57º 0.99% 0.59% -
HSV(B) 29.57º 0.82% 1% -
XYZ 51.94 42.44 7.94 -
YUV 167.95 58.62 189.38 -
System Red Green Blue C M Y K H S L
Decimal 254 148 45 0 0.42 0.82 0.00 29.57 0.99 0.59
Hex FE 94 2D 0 2A 52 0 1E 63 3B
Octal 376 224 55 0 52 122 0 36 143 73
Binary 11111110 10010100 101101 0 101010 1010010 0 11110 1100011 111011

Color Harmonies of #FE942D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE942D

Black with #FE942D

Text Example


Text Example

White with #FE942D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE942D; }

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

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

background-color css

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

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

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

border-color css

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

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

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