Html Css Color HEX #FE8D1F Carrot Orange

📋 copy color: '#FE8D1F'

red 254 ◦ green 141 ◦ blue 31

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

Shades of Carrot Orange #FE8D1F

Tints of Carrot Orange #FE8D1F

RGB

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

 GREEN value IS 141 (55.47% from 255) = 33.1%

 BLUE value IS 31 (12.5% from 255) = 7.28%

R = 59.62%
G = 33.1%
B = 7.28%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.88

 K value IS 0.00

RGB Variations

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

Color information

#FE8D1F (or 0xFE8D1F) is known color: Carrot Orange. HEX triplet: FE, 8D and 1F. RGB value is (254,141,31). Sum of RGB (Red+Green+Blue) = 254+141+31=426 (56% of max value = 765). Red value is 254 (99.61% from 255 or 59.62% from 426); Green value is 141 (55.47% from 255 or 33.10% from 426); Blue value is 31 (12.5% from 255 or 7.28% from 426); Max value from RGB is 254 - color contains mainly: red. Hex color #FE8D1F is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FE8D1F is #0172E0. Grayscale: #A2A2A2. Windows color (decimal): -94945 or 2067966. OLE color: 2067966.

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

Color convert

RGB 254 141 31 -
CMYK 0 0.44 0.88 0.00
HSL 29.6º 0.99% 0.56% -
HSV(B) 29.6º 0.88% 1% -
XYZ 50.65 40.22 6.39 -
YUV 162.25 53.94 193.44 -
System Red Green Blue C M Y K H S L
Decimal 254 141 31 0 0.44 0.88 0.00 29.6 0.99 0.56
Hex FE 8D 1F 0 2C 58 0 1E 63 38
Octal 376 215 37 0 54 130 0 36 143 70
Binary 11111110 10001101 11111 0 101100 1011000 0 11110 1100011 111000

Color Harmonies of #FE8D1F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE8D1F

Black with #FE8D1F

Text Example


Text Example

White with #FE8D1F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE8D1F; }

 p { color: rgb(254,141,31); }

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

background-color css

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

 a { background-color: rgb(254,141,31); }

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

border-color css

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

 span { border-color: rgb(254,141,31); }

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