Html Css Color HEX #FE942B Neon Carrot

📋 copy color: '#FE942B'

red 254 ◦ green 148 ◦ blue 43

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

Shades of Neon Carrot #FE942B

Tints of Neon Carrot #FE942B

RGB

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

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

 BLUE value IS 43 (17.19% from 255) = 9.66%

R = 57.08%
G = 33.26%
B = 9.66%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.83

 K value IS 0.00

RGB Variations

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

Color information

#FE942B (or 0xFE942B) is known color: Neon Carrot. HEX triplet: FE, 94 and 2B. RGB value is (254,148,43). Sum of RGB (Red+Green+Blue) = 254+148+43=445 (58% of max value = 765). Red value is 254 (99.61% from 255 or 57.08% from 445); Green value is 148 (58.20% from 255 or 33.26% from 445); Blue value is 43 (17.19% from 255 or 9.66% from 445); Max value from RGB is 254 - color contains mainly: red. Hex color #FE942B is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FE942B is #016BD4. Grayscale: #A8A8A8. Windows color (decimal): -93141 or 2856190. OLE color: 2856190.

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

Color convert

RGB 254 148 43 -
CMYK 0 0.42 0.83 0.00
HSL 29.86º 0.99% 0.58% -
HSV(B) 29.86º 0.83% 1% -
XYZ 51.9 42.43 7.74 -
YUV 167.72 57.62 189.54 -
System Red Green Blue C M Y K H S L
Decimal 254 148 43 0 0.42 0.83 0.00 29.86 0.99 0.58
Hex FE 94 2B 0 2A 53 0 1E 63 3A
Octal 376 224 53 0 52 123 0 36 143 72
Binary 11111110 10010100 101011 0 101010 1010011 0 11110 1100011 111010

Color Harmonies of #FE942B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE942B

Black with #FE942B

Text Example


Text Example

White with #FE942B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE942B; }

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

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

background-color css

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

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

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

border-color css

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

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

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