Html Css Color HEX #FE962B Neon Carrot

📋 copy color: '#FE962B'

red 254 ◦ green 150 ◦ blue 43

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

Shades of Neon Carrot #FE962B

Tints of Neon Carrot #FE962B

RGB

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

 GREEN value IS 150 (58.98% from 255) = 33.56%

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

R = 56.82%
G = 33.56%
B = 9.62%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.83

 K value IS 0.00

RGB Variations

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

Color information

#FE962B (or 0xFE962B) is known color: Neon Carrot. HEX triplet: FE, 96 and 2B. RGB value is (254,150,43). Sum of RGB (Red+Green+Blue) = 254+150+43=447 (59% of max value = 765). Red value is 254 (99.61% from 255 or 56.82% from 447); Green value is 150 (58.98% from 255 or 33.56% from 447); Blue value is 43 (17.19% from 255 or 9.62% from 447); Max value from RGB is 254 - color contains mainly: red. Hex color #FE962B is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FE962B is #0169D4. Grayscale: #A9A9A9. Windows color (decimal): -92629 or 2856702. OLE color: 2856702.

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

Color convert

RGB 254 150 43 -
CMYK 0 0.41 0.83 0.00
HSL 30.43º 0.99% 0.58% -
HSV(B) 30.43º 0.83% 1% -
XYZ 52.22 43.06 7.84 -
YUV 168.9 56.96 188.7 -
System Red Green Blue C M Y K H S L
Decimal 254 150 43 0 0.41 0.83 0.00 30.43 0.99 0.58
Hex FE 96 2B 0 29 53 0 1E 63 3A
Octal 376 226 53 0 51 123 0 36 143 72
Binary 11111110 10010110 101011 0 101001 1010011 0 11110 1100011 111010

Color Harmonies of #FE962B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE962B

Black with #FE962B

Text Example


Text Example

White with #FE962B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE962B; }

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

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

background-color css

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

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

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

border-color css

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

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

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