Html Css Color HEX #FE931D Carrot Orange

📋 copy color: '#FE931D'

red 254 ◦ green 147 ◦ blue 29

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

Shades of Carrot Orange #FE931D

Tints of Carrot Orange #FE931D

RGB

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

 GREEN value IS 147 (57.81% from 255) = 34.19%

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

R = 59.07%
G = 34.19%
B = 6.74%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.89

 K value IS 0.00

RGB Variations

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

Color information

#FE931D (or 0xFE931D) is known color: Carrot Orange. HEX triplet: FE, 93 and 1D. RGB value is (254,147,29). Sum of RGB (Red+Green+Blue) = 254+147+29=430 (56% of max value = 765). Red value is 254 (99.61% from 255 or 59.07% from 430); Green value is 147 (57.81% from 255 or 34.19% from 430); Blue value is 29 (11.72% from 255 or 6.74% from 430); Max value from RGB is 254 - color contains mainly: red. Hex color #FE931D is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FE931D is #016CE2. Grayscale: #A6A6A6. Windows color (decimal): -93411 or 1938430. OLE color: 1938430.

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

Color convert

RGB 254 147 29 -
CMYK 0 0.42 0.89 0.00
HSL 31.47º 0.99% 0.55% -
HSV(B) 31.47º 0.89% 1% -
XYZ 51.53 42.03 6.56 -
YUV 165.54 50.95 191.09 -
System Red Green Blue C M Y K H S L
Decimal 254 147 29 0 0.42 0.89 0.00 31.47 0.99 0.55
Hex FE 93 1D 0 2A 59 0 1F 63 37
Octal 376 223 35 0 52 131 0 37 143 67
Binary 11111110 10010011 11101 0 101010 1011001 0 11111 1100011 110111

Color Harmonies of #FE931D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE931D

Black with #FE931D

Text Example


Text Example

White with #FE931D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE931D; }

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

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

background-color css

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

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

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

border-color css

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

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

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