Html Css Color HEX #FE901C Carrot Orange

📋 copy color: '#FE901C'

red 254 ◦ green 144 ◦ blue 28

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

Shades of Carrot Orange #FE901C

Tints of Carrot Orange #FE901C

RGB

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

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

 BLUE value IS 28 (11.33% from 255) = 6.57%

R = 59.62%
G = 33.8%
B = 6.57%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.89

 K value IS 0.00

RGB Variations

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

Color information

#FE901C (or 0xFE901C) is known color: Carrot Orange. HEX triplet: FE, 90 and 1C. RGB value is (254,144,28). Sum of RGB (Red+Green+Blue) = 254+144+28=426 (56% of max value = 765). Red value is 254 (99.61% from 255 or 59.62% from 426); Green value is 144 (56.64% from 255 or 33.80% from 426); Blue value is 28 (11.33% from 255 or 6.57% from 426); Max value from RGB is 254 - color contains mainly: red. Hex color #FE901C is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FE901C is #016FE3. Grayscale: #A4A4A4. Windows color (decimal): -94180 or 1872126. OLE color: 1872126.

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

Color convert

RGB 254 144 28 -
CMYK 0 0.43 0.89 0.00
HSL 30.8º 0.99% 0.55% -
HSV(B) 30.8º 0.89% 1% -
XYZ 51.06 41.1 6.34 -
YUV 163.67 51.44 192.43 -
System Red Green Blue C M Y K H S L
Decimal 254 144 28 0 0.43 0.89 0.00 30.8 0.99 0.55
Hex FE 90 1C 0 2B 59 0 1F 63 37
Octal 376 220 34 0 53 131 0 37 143 67
Binary 11111110 10010000 11100 0 101011 1011001 0 11111 1100011 110111

Color Harmonies of #FE901C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE901C

Black with #FE901C

Text Example


Text Example

White with #FE901C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE901C; }

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

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

background-color css

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

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

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

border-color css

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

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

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