Html Css Color HEX #FE972B Neon Carrot

📋 copy color: '#FE972B'

red 254 ◦ green 151 ◦ blue 43

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

Shades of Neon Carrot #FE972B

Tints of Neon Carrot #FE972B

RGB

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

 GREEN value IS 151 (59.38% from 255) = 33.71%

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

R = 56.7%
G = 33.71%
B = 9.6%

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

#FE972B (or 0xFE972B) is known color: Neon Carrot. HEX triplet: FE, 97 and 2B. RGB value is (254,151,43). Sum of RGB (Red+Green+Blue) = 254+151+43=448 (59% of max value = 765). Red value is 254 (99.61% from 255 or 56.70% from 448); Green value is 151 (59.38% from 255 or 33.71% from 448); Blue value is 43 (17.19% from 255 or 9.60% from 448); Max value from RGB is 254 - color contains mainly: red. Hex color #FE972B is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FE972B is #0168D4. Grayscale: #AAAAAA. Windows color (decimal): -92373 or 2856958. OLE color: 2856958.

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

Color convert

RGB 254 151 43 -
CMYK 0 0.41 0.83 0.00
HSL 30.71º 0.99% 0.58% -
HSV(B) 30.71º 0.83% 1% -
XYZ 52.38 43.38 7.9 -
YUV 169.49 56.62 188.28 -
System Red Green Blue C M Y K H S L
Decimal 254 151 43 0 0.41 0.83 0.00 30.71 0.99 0.58
Hex FE 97 2B 0 29 53 0 1F 63 3A
Octal 376 227 53 0 51 123 0 37 143 72
Binary 11111110 10010111 101011 0 101001 1010011 0 11111 1100011 111010

Color Harmonies of #FE972B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE972B

Black with #FE972B

Text Example


Text Example

White with #FE972B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE972B; }

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

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

background-color css

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

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

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

border-color css

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

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

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