Html Css Color HEX #FE901B Carrot Orange

📋 copy color: '#FE901B'

red 254 ◦ green 144 ◦ blue 27

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

Shades of Carrot Orange #FE901B

Tints of Carrot Orange #FE901B

RGB

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

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

 BLUE value IS 27 (10.94% from 255) = 6.35%

R = 59.76%
G = 33.88%
B = 6.35%

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

#FE901B (or 0xFE901B) is known color: Carrot Orange. HEX triplet: FE, 90 and 1B. RGB value is (254,144,27). Sum of RGB (Red+Green+Blue) = 254+144+27=425 (56% of max value = 765). Red value is 254 (99.61% from 255 or 59.76% from 425); Green value is 144 (56.64% from 255 or 33.88% from 425); Blue value is 27 (10.94% from 255 or 6.35% from 425); Max value from RGB is 254 - color contains mainly: red. Hex color #FE901B is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FE901B is #016FE4. Grayscale: #A4A4A4. Windows color (decimal): -94181 or 1806590. OLE color: 1806590.

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

Color convert

RGB 254 144 27 -
CMYK 0 0.43 0.89 0.00
HSL 30.93º 0.99% 0.55% -
HSV(B) 30.93º 0.89% 1% -
XYZ 51.04 41.1 6.28 -
YUV 163.55 50.94 192.51 -
System Red Green Blue C M Y K H S L
Decimal 254 144 27 0 0.43 0.89 0.00 30.93 0.99 0.55
Hex FE 90 1B 0 2B 59 0 1F 63 37
Octal 376 220 33 0 53 131 0 37 143 67
Binary 11111110 10010000 11011 0 101011 1011001 0 11111 1100011 110111

Color Harmonies of #FE901B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE901B

Black with #FE901B

Text Example


Text Example

White with #FE901B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE901B; }

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

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

background-color css

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

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

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

border-color css

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

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

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