Html Css Color HEX #FE941C Carrot Orange

📋 copy color: '#FE941C'

red 254 ◦ green 148 ◦ blue 28

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

Shades of Carrot Orange #FE941C

Tints of Carrot Orange #FE941C

RGB

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

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

 BLUE value IS 28 (11.33% from 255) = 6.51%

R = 59.07%
G = 34.42%
B = 6.51%

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

#FE941C (or 0xFE941C) is known color: Carrot Orange. HEX triplet: FE, 94 and 1C. RGB value is (254,148,28). Sum of RGB (Red+Green+Blue) = 254+148+28=430 (56% of max value = 765). Red value is 254 (99.61% from 255 or 59.07% from 430); Green value is 148 (58.20% from 255 or 34.42% from 430); Blue value is 28 (11.33% from 255 or 6.51% from 430); Max value from RGB is 254 - color contains mainly: red. Hex color #FE941C is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FE941C is #016BE3. Grayscale: #A6A6A6. Windows color (decimal): -93156 or 1873150. OLE color: 1873150.

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

Color convert

RGB 254 148 28 -
CMYK 0 0.42 0.89 0.00
HSL 31.86º 0.99% 0.55% -
HSV(B) 31.86º 0.89% 1% -
XYZ 51.67 42.33 6.55 -
YUV 166.01 50.12 190.76 -
System Red Green Blue C M Y K H S L
Decimal 254 148 28 0 0.42 0.89 0.00 31.86 0.99 0.55
Hex FE 94 1C 0 2A 59 0 20 63 37
Octal 376 224 34 0 52 131 0 40 143 67
Binary 11111110 10010100 11100 0 101010 1011001 0 100000 1100011 110111

Color Harmonies of #FE941C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE941C

Black with #FE941C

Text Example


Text Example

White with #FE941C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE941C; }

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

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

background-color css

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

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

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

border-color css

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

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

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