Html Css Color HEX #FE971F Carrot Orange

📋 copy color: '#FE971F'

red 254 ◦ green 151 ◦ blue 31

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

Shades of Carrot Orange #FE971F

Tints of Carrot Orange #FE971F

RGB

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

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

 BLUE value IS 31 (12.5% from 255) = 7.11%

R = 58.26%
G = 34.63%
B = 7.11%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.88

 K value IS 0.00

RGB Variations

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

Color information

#FE971F (or 0xFE971F) is known color: Carrot Orange. HEX triplet: FE, 97 and 1F. RGB value is (254,151,31). Sum of RGB (Red+Green+Blue) = 254+151+31=436 (57% of max value = 765). Red value is 254 (99.61% from 255 or 58.26% from 436); Green value is 151 (59.38% from 255 or 34.63% from 436); Blue value is 31 (12.5% from 255 or 7.11% from 436); Max value from RGB is 254 - color contains mainly: red. Hex color #FE971F is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FE971F is #0168E0. Grayscale: #A8A8A8. Windows color (decimal): -92385 or 2070526. OLE color: 2070526.

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

Color convert

RGB 254 151 31 -
CMYK 0 0.41 0.88 0.00
HSL 32.29º 0.99% 0.56% -
HSV(B) 32.29º 0.88% 1% -
XYZ 52.19 43.3 6.9 -
YUV 168.12 50.62 189.26 -
System Red Green Blue C M Y K H S L
Decimal 254 151 31 0 0.41 0.88 0.00 32.29 0.99 0.56
Hex FE 97 1F 0 29 58 0 20 63 38
Octal 376 227 37 0 51 130 0 40 143 70
Binary 11111110 10010111 11111 0 101001 1011000 0 100000 1100011 111000

Color Harmonies of #FE971F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE971F

Black with #FE971F

Text Example


Text Example

White with #FE971F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE971F; }

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

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

background-color css

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

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

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

border-color css

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

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

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