Html Css Color HEX #FE921C Carrot Orange

📋 copy color: '#FE921C'

red 254 ◦ green 146 ◦ blue 28

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

Shades of Carrot Orange #FE921C

Tints of Carrot Orange #FE921C

RGB

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

 GREEN value IS 146 (57.42% from 255) = 34.11%

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

R = 59.35%
G = 34.11%
B = 6.54%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.89

 K value IS 0.00

RGB Variations

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

Color information

#FE921C (or 0xFE921C) is known color: Carrot Orange. HEX triplet: FE, 92 and 1C. RGB value is (254,146,28). Sum of RGB (Red+Green+Blue) = 254+146+28=428 (56% of max value = 765). Red value is 254 (99.61% from 255 or 59.35% from 428); Green value is 146 (57.42% from 255 or 34.11% from 428); Blue value is 28 (11.33% from 255 or 6.54% from 428); Max value from RGB is 254 - color contains mainly: red. Hex color #FE921C is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FE921C is #016DE3. Grayscale: #A5A5A5. Windows color (decimal): -93668 or 1872638. OLE color: 1872638.

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

Color convert

RGB 254 146 28 -
CMYK 0 0.43 0.89 0.00
HSL 31.33º 0.99% 0.55% -
HSV(B) 31.33º 0.89% 1% -
XYZ 51.36 41.71 6.44 -
YUV 164.84 50.78 191.59 -
System Red Green Blue C M Y K H S L
Decimal 254 146 28 0 0.43 0.89 0.00 31.33 0.99 0.55
Hex FE 92 1C 0 2B 59 0 1F 63 37
Octal 376 222 34 0 53 131 0 37 143 67
Binary 11111110 10010010 11100 0 101011 1011001 0 11111 1100011 110111

Color Harmonies of #FE921C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE921C

Black with #FE921C

Text Example


Text Example

White with #FE921C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE921C; }

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

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

background-color css

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

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

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

border-color css

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

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

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