Html Css Color HEX #FE971D Carrot Orange

📋 copy color: '#FE971D'

red 254 ◦ green 151 ◦ blue 29

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

Shades of Carrot Orange #FE971D

Tints of Carrot Orange #FE971D

RGB

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

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

 BLUE value IS 29 (11.72% from 255) = 6.68%

R = 58.53%
G = 34.79%
B = 6.68%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.89

 K value IS 0.00

RGB Variations

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

Color information

#FE971D (or 0xFE971D) is known color: Carrot Orange. HEX triplet: FE, 97 and 1D. RGB value is (254,151,29). Sum of RGB (Red+Green+Blue) = 254+151+29=434 (57% of max value = 765). Red value is 254 (99.61% from 255 or 58.53% from 434); Green value is 151 (59.38% from 255 or 34.79% from 434); Blue value is 29 (11.72% from 255 or 6.68% from 434); Max value from RGB is 254 - color contains mainly: red. Hex color #FE971D is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FE971D is #0168E2. Grayscale: #A8A8A8. Windows color (decimal): -92387 or 1939454. OLE color: 1939454.

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

Color convert

RGB 254 151 29 -
CMYK 0 0.41 0.89 0.00
HSL 32.53º 0.99% 0.55% -
HSV(B) 32.53º 0.89% 1% -
XYZ 52.16 43.29 6.77 -
YUV 167.89 49.62 189.42 -
System Red Green Blue C M Y K H S L
Decimal 254 151 29 0 0.41 0.89 0.00 32.53 0.99 0.55
Hex FE 97 1D 0 29 59 0 21 63 37
Octal 376 227 35 0 51 131 0 41 143 67
Binary 11111110 10010111 11101 0 101001 1011001 0 100001 1100011 110111

Color Harmonies of #FE971D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE971D

Black with #FE971D

Text Example


Text Example

White with #FE971D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE971D; }

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

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

background-color css

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

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

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

border-color css

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

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

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