Html Css Color HEX #FE951E Carrot Orange

📋 copy color: '#FE951E'

red 254 ◦ green 149 ◦ blue 30

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

Shades of Carrot Orange #FE951E

Tints of Carrot Orange #FE951E

RGB

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

 GREEN value IS 149 (58.59% from 255) = 34.41%

 BLUE value IS 30 (12.11% from 255) = 6.93%

R = 58.66%
G = 34.41%
B = 6.93%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.88

 K value IS 0.00

RGB Variations

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

Color information

#FE951E (or 0xFE951E) is known color: Carrot Orange. HEX triplet: FE, 95 and 1E. RGB value is (254,149,30). Sum of RGB (Red+Green+Blue) = 254+149+30=433 (57% of max value = 765). Red value is 254 (99.61% from 255 or 58.66% from 433); Green value is 149 (58.59% from 255 or 34.41% from 433); Blue value is 30 (12.11% from 255 or 6.93% from 433); Max value from RGB is 254 - color contains mainly: red. Hex color #FE951E is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FE951E is #016AE1. Grayscale: #A7A7A7. Windows color (decimal): -92898 or 2004478. OLE color: 2004478.

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

Color convert

RGB 254 149 30 -
CMYK 0 0.41 0.88 0.00
HSL 31.88º 0.99% 0.56% -
HSV(B) 31.88º 0.88% 1% -
XYZ 51.85 42.66 6.73 -
YUV 166.83 50.79 190.18 -
System Red Green Blue C M Y K H S L
Decimal 254 149 30 0 0.41 0.88 0.00 31.88 0.99 0.56
Hex FE 95 1E 0 29 58 0 20 63 38
Octal 376 225 36 0 51 130 0 40 143 70
Binary 11111110 10010101 11110 0 101001 1011000 0 100000 1100011 111000

Color Harmonies of #FE951E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE951E

Black with #FE951E

Text Example


Text Example

White with #FE951E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE951E; }

 p { color: rgb(254,149,30); }

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

background-color css

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

 a { background-color: rgb(254,149,30); }

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

border-color css

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

 span { border-color: rgb(254,149,30); }

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