Html Css Color HEX #FE642C Outrageous Orange

📋 copy color: '#FE642C'

red 254 ◦ green 100 ◦ blue 44

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

Shades of Outrageous Orange #FE642C

Tints of Outrageous Orange #FE642C

RGB

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

 GREEN value IS 100 (39.45% from 255) = 25.13%

 BLUE value IS 44 (17.58% from 255) = 11.06%

R = 63.82%
G = 25.13%
B = 11.06%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.83

 K value IS 0.00

RGB Variations

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

Color information

#FE642C (or 0xFE642C) is known color: Outrageous Orange. HEX triplet: FE, 64 and 2C. RGB value is (254,100,44). Sum of RGB (Red+Green+Blue) = 254+100+44=398 (52% of max value = 765). Red value is 254 (99.61% from 255 or 63.82% from 398); Green value is 100 (39.45% from 255 or 25.13% from 398); Blue value is 44 (17.58% from 255 or 11.06% from 398); Max value from RGB is 254 - color contains mainly: red. Hex color #FE642C is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FE642C is #019BD3. Grayscale: #8C8C8C. Windows color (decimal): -105428 or 2909438. OLE color: 2909438.

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

Color convert

RGB 254 100 44 -
CMYK 0 0.61 0.83 0.00
HSL 16º 0.99% 0.58% -
HSV(B) 16º 0.83% 1% -
XYZ 45.88 30.37 5.83 -
YUV 139.66 74.02 209.55 -
System Red Green Blue C M Y K H S L
Decimal 254 100 44 0 0.61 0.83 0.00 16 0.99 0.58
Hex FE 64 2C 0 3D 53 0 10 63 3A
Octal 376 144 54 0 75 123 0 20 143 72
Binary 11111110 1100100 101100 0 111101 1010011 0 10000 1100011 111010

Color Harmonies of #FE642C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE642C

Black with #FE642C

Text Example


Text Example

White with #FE642C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE642C; }

 p { color: rgb(254,100,44); }

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

background-color css

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

 a { background-color: rgb(254,100,44); }

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

border-color css

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

 span { border-color: rgb(254,100,44); }

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