Html Css Color HEX #FE972D Neon Carrot

📋 copy color: '#FE972D'

red 254 ◦ green 151 ◦ blue 45

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

Shades of Neon Carrot #FE972D

Tints of Neon Carrot #FE972D

RGB

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

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

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

R = 56.44%
G = 33.56%
B = 10%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.82

 K value IS 0.00

RGB Variations

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

Color information

#FE972D (or 0xFE972D) is known color: Neon Carrot. HEX triplet: FE, 97 and 2D. RGB value is (254,151,45). Sum of RGB (Red+Green+Blue) = 254+151+45=450 (59% of max value = 765). Red value is 254 (99.61% from 255 or 56.44% from 450); Green value is 151 (59.38% from 255 or 33.56% from 450); Blue value is 45 (17.97% from 255 or 10% from 450); Max value from RGB is 254 - color contains mainly: red. Hex color #FE972D is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FE972D is #0168D2. Grayscale: #AAAAAA. Windows color (decimal): -92371 or 2988030. OLE color: 2988030.

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

Color convert

RGB 254 151 45 -
CMYK 0 0.41 0.82 0.00
HSL 30.43º 0.99% 0.59% -
HSV(B) 30.43º 0.82% 1% -
XYZ 52.41 43.39 8.1 -
YUV 169.71 57.62 188.12 -
System Red Green Blue C M Y K H S L
Decimal 254 151 45 0 0.41 0.82 0.00 30.43 0.99 0.59
Hex FE 97 2D 0 29 52 0 1E 63 3B
Octal 376 227 55 0 51 122 0 36 143 73
Binary 11111110 10010111 101101 0 101001 1010010 0 11110 1100011 111011

Color Harmonies of #FE972D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE972D

Black with #FE972D

Text Example


Text Example

White with #FE972D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE972D; }

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

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

background-color css

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

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

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

border-color css

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

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

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