Html Css Color HEX #FE8A1D Carrot Orange

📋 copy color: '#FE8A1D'

red 254 ◦ green 138 ◦ blue 29

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

Shades of Carrot Orange #FE8A1D

Tints of Carrot Orange #FE8A1D

RGB

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

 GREEN value IS 138 (54.3% from 255) = 32.78%

 BLUE value IS 29 (11.72% from 255) = 6.89%

R = 60.33%
G = 32.78%
B = 6.89%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.89

 K value IS 0.00

RGB Variations

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

Color information

#FE8A1D (or 0xFE8A1D) is known color: Carrot Orange. HEX triplet: FE, 8A and 1D. RGB value is (254,138,29). Sum of RGB (Red+Green+Blue) = 254+138+29=421 (55% of max value = 765). Red value is 254 (99.61% from 255 or 60.33% from 421); Green value is 138 (54.30% from 255 or 32.78% from 421); Blue value is 29 (11.72% from 255 or 6.89% from 421); Max value from RGB is 254 - color contains mainly: red. Hex color #FE8A1D is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FE8A1D is #0175E2. Grayscale: #A0A0A0. Windows color (decimal): -95715 or 1936126. OLE color: 1936126.

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

Color convert

RGB 254 138 29 -
CMYK 0 0.46 0.89 0.00
HSL 29.07º 0.99% 0.55% -
HSV(B) 29.07º 0.89% 1% -
XYZ 50.18 39.34 6.11 -
YUV 160.26 53.93 194.86 -
System Red Green Blue C M Y K H S L
Decimal 254 138 29 0 0.46 0.89 0.00 29.07 0.99 0.55
Hex FE 8A 1D 0 2E 59 0 1D 63 37
Octal 376 212 35 0 56 131 0 35 143 67
Binary 11111110 10001010 11101 0 101110 1011001 0 11101 1100011 110111

Color Harmonies of #FE8A1D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE8A1D

Black with #FE8A1D

Text Example


Text Example

White with #FE8A1D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE8A1D; }

 p { color: rgb(254,138,29); }

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

background-color css

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

 a { background-color: rgb(254,138,29); }

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

border-color css

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

 span { border-color: rgb(254,138,29); }

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