Html Css Color HEX #FE9115 Carrot Orange

📋 copy color: '#FE9115'

red 254 ◦ green 145 ◦ blue 21

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

Shades of Carrot Orange #FE9115

Tints of Carrot Orange #FE9115

RGB

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

 GREEN value IS 145 (57.03% from 255) = 34.52%

 BLUE value IS 21 (8.59% from 255) = 5%

R = 60.48%
G = 34.52%
B = 5%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.92

 K value IS 0.00

RGB Variations

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

Color information

#FE9115 (or 0xFE9115) is known color: Carrot Orange. HEX triplet: FE, 91 and 15. RGB value is (254,145,21). Sum of RGB (Red+Green+Blue) = 254+145+21=420 (55% of max value = 765). Red value is 254 (99.61% from 255 or 60.48% from 420); Green value is 145 (57.03% from 255 or 34.52% from 420); Blue value is 21 (8.59% from 255 or 5% from 420); Max value from RGB is 254 - color contains mainly: red. Hex color #FE9115 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FE9115 is #016EEA. Grayscale: #A4A4A4. Windows color (decimal): -93931 or 1413630. OLE color: 1413630.

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

Color convert

RGB 254 145 21 -
CMYK 0 0.43 0.92 0.00
HSL 31.93º 0.99% 0.54% -
HSV(B) 31.93º 0.92% 1% -
XYZ 51.13 41.38 6 -
YUV 163.46 47.61 192.58 -
System Red Green Blue C M Y K H S L
Decimal 254 145 21 0 0.43 0.92 0.00 31.93 0.99 0.54
Hex FE 91 15 0 2B 5C 0 20 63 36
Octal 376 221 25 0 53 134 0 40 143 66
Binary 11111110 10010001 10101 0 101011 1011100 0 100000 1100011 110110

Color Harmonies of #FE9115

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE9115

Black with #FE9115

Text Example


Text Example

White with #FE9115

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE9115; }

 p { color: rgb(254,145,21); }

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

background-color css

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

 a { background-color: rgb(254,145,21); }

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

border-color css

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

 span { border-color: rgb(254,145,21); }

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