Html Css Color HEX #FE9422 Carrot Orange

📋 copy color: '#FE9422'

red 254 ◦ green 148 ◦ blue 34

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

Shades of Carrot Orange #FE9422

Tints of Carrot Orange #FE9422

RGB

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

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

 BLUE value IS 34 (13.67% from 255) = 7.8%

R = 58.26%
G = 33.94%
B = 7.8%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.87

 K value IS 0.00

RGB Variations

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

Color information

#FE9422 (or 0xFE9422) is known color: Carrot Orange. HEX triplet: FE, 94 and 22. RGB value is (254,148,34). Sum of RGB (Red+Green+Blue) = 254+148+34=436 (57% of max value = 765). Red value is 254 (99.61% from 255 or 58.26% from 436); Green value is 148 (58.20% from 255 or 33.94% from 436); Blue value is 34 (13.67% from 255 or 7.80% from 436); Max value from RGB is 254 - color contains mainly: red. Hex color #FE9422 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FE9422 is #016BDD. Grayscale: #A7A7A7. Windows color (decimal): -93150 or 2266366. OLE color: 2266366.

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

Color convert

RGB 254 148 34 -
CMYK 0 0.42 0.87 0.00
HSL 31.09º 0.99% 0.56% -
HSV(B) 31.09º 0.87% 1% -
XYZ 51.75 42.37 6.96 -
YUV 166.7 53.12 190.27 -
System Red Green Blue C M Y K H S L
Decimal 254 148 34 0 0.42 0.87 0.00 31.09 0.99 0.56
Hex FE 94 22 0 2A 57 0 1F 63 38
Octal 376 224 42 0 52 127 0 37 143 70
Binary 11111110 10010100 100010 0 101010 1010111 0 11111 1100011 111000

Color Harmonies of #FE9422

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE9422

Black with #FE9422

Text Example


Text Example

White with #FE9422

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE9422; }

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

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

background-color css

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

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

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

border-color css

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

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

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