Html Css Color HEX #FE901F Carrot Orange

📋 copy color: '#FE901F'

red 254 ◦ green 144 ◦ blue 31

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

Shades of Carrot Orange #FE901F

Tints of Carrot Orange #FE901F

RGB

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

 GREEN value IS 144 (56.64% from 255) = 33.57%

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

R = 59.21%
G = 33.57%
B = 7.23%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.88

 K value IS 0.00

RGB Variations

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

Color information

#FE901F (or 0xFE901F) is known color: Carrot Orange. HEX triplet: FE, 90 and 1F. RGB value is (254,144,31). Sum of RGB (Red+Green+Blue) = 254+144+31=429 (56% of max value = 765). Red value is 254 (99.61% from 255 or 59.21% from 429); Green value is 144 (56.64% from 255 or 33.57% from 429); Blue value is 31 (12.5% from 255 or 7.23% from 429); Max value from RGB is 254 - color contains mainly: red. Hex color #FE901F is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FE901F is #016FE0. Grayscale: #A4A4A4. Windows color (decimal): -94177 or 2068734. OLE color: 2068734.

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

Color convert

RGB 254 144 31 -
CMYK 0 0.43 0.88 0.00
HSL 30.4º 0.99% 0.56% -
HSV(B) 30.4º 0.88% 1% -
XYZ 51.09 41.12 6.54 -
YUV 164.01 52.94 192.19 -
System Red Green Blue C M Y K H S L
Decimal 254 144 31 0 0.43 0.88 0.00 30.4 0.99 0.56
Hex FE 90 1F 0 2B 58 0 1E 63 38
Octal 376 220 37 0 53 130 0 36 143 70
Binary 11111110 10010000 11111 0 101011 1011000 0 11110 1100011 111000

Color Harmonies of #FE901F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE901F

Black with #FE901F

Text Example


Text Example

White with #FE901F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE901F; }

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

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

background-color css

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

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

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

border-color css

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

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

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