Html Css Color HEX #FE9018 Carrot Orange

📋 copy color: '#FE9018'

red 254 ◦ green 144 ◦ blue 24

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

Shades of Carrot Orange #FE9018

Tints of Carrot Orange #FE9018

RGB

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

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

 BLUE value IS 24 (9.77% from 255) = 5.69%

R = 60.19%
G = 34.12%
B = 5.69%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.91

 K value IS 0.00

RGB Variations

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

Color information

#FE9018 (or 0xFE9018) is known color: Carrot Orange. HEX triplet: FE, 90 and 18. RGB value is (254,144,24). Sum of RGB (Red+Green+Blue) = 254+144+24=422 (55% of max value = 765). Red value is 254 (99.61% from 255 or 60.19% from 422); Green value is 144 (56.64% from 255 or 34.12% from 422); Blue value is 24 (9.77% from 255 or 5.69% from 422); Max value from RGB is 254 - color contains mainly: red. Hex color #FE9018 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FE9018 is #016FE7. Grayscale: #A3A3A3. Windows color (decimal): -94184 or 1609982. OLE color: 1609982.

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

Color convert

RGB 254 144 24 -
CMYK 0 0.43 0.91 0.00
HSL 31.3º 0.99% 0.55% -
HSV(B) 31.3º 0.91% 1% -
XYZ 51.01 41.08 6.11 -
YUV 163.21 49.44 192.76 -
System Red Green Blue C M Y K H S L
Decimal 254 144 24 0 0.43 0.91 0.00 31.3 0.99 0.55
Hex FE 90 18 0 2B 5B 0 1F 63 37
Octal 376 220 30 0 53 133 0 37 143 67
Binary 11111110 10010000 11000 0 101011 1011011 0 11111 1100011 110111

Color Harmonies of #FE9018

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE9018

Black with #FE9018

Text Example


Text Example

White with #FE9018

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE9018; }

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

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

background-color css

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

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

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

border-color css

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

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

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