Html Css Color HEX #FE9415 Carrot Orange

📋 copy color: '#FE9415'

red 254 ◦ green 148 ◦ blue 21

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

Shades of Carrot Orange #FE9415

Tints of Carrot Orange #FE9415

RGB

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

 GREEN value IS 148 (58.2% from 255) = 34.99%

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

R = 60.05%
G = 34.99%
B = 4.96%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.92

 K value IS 0.00

RGB Variations

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

Color information

#FE9415 (or 0xFE9415) is known color: Carrot Orange. HEX triplet: FE, 94 and 15. RGB value is (254,148,21). Sum of RGB (Red+Green+Blue) = 254+148+21=423 (56% of max value = 765). Red value is 254 (99.61% from 255 or 60.05% from 423); Green value is 148 (58.20% from 255 or 34.99% from 423); Blue value is 21 (8.59% from 255 or 4.96% from 423); Max value from RGB is 254 - color contains mainly: red. Hex color #FE9415 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FE9415 is #016BEA. Grayscale: #A5A5A5. Windows color (decimal): -93163 or 1414398. OLE color: 1414398.

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

Color convert

RGB 254 148 21 -
CMYK 0 0.42 0.92 0.00
HSL 32.7º 0.99% 0.54% -
HSV(B) 32.7º 0.92% 1% -
XYZ 51.6 42.3 6.16 -
YUV 165.22 46.62 191.33 -
System Red Green Blue C M Y K H S L
Decimal 254 148 21 0 0.42 0.92 0.00 32.7 0.99 0.54
Hex FE 94 15 0 2A 5C 0 21 63 36
Octal 376 224 25 0 52 134 0 41 143 66
Binary 11111110 10010100 10101 0 101010 1011100 0 100001 1100011 110110

Color Harmonies of #FE9415

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE9415

Black with #FE9415

Text Example


Text Example

White with #FE9415

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE9415; }

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

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

background-color css

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

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

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

border-color css

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

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

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