Html Css Color HEX #FE612D Outrageous Orange

📋 copy color: '#FE612D'

red 254 ◦ green 97 ◦ blue 45

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

Shades of Outrageous Orange #FE612D

Tints of Outrageous Orange #FE612D

RGB

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

 GREEN value IS 97 (38.28% from 255) = 24.49%

 BLUE value IS 45 (17.97% from 255) = 11.36%

R = 64.14%
G = 24.49%
B = 11.36%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.82

 K value IS 0.00

RGB Variations

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

Color information

#FE612D (or 0xFE612D) is known color: Outrageous Orange. HEX triplet: FE, 61 and 2D. RGB value is (254,97,45). Sum of RGB (Red+Green+Blue) = 254+97+45=396 (52% of max value = 765). Red value is 254 (99.61% from 255 or 64.14% from 396); Green value is 97 (38.28% from 255 or 24.49% from 396); Blue value is 45 (17.97% from 255 or 11.36% from 396); Max value from RGB is 254 - color contains mainly: red. Hex color #FE612D is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FE612D is #019ED2. Grayscale: #8A8A8A. Windows color (decimal): -106195 or 2974206. OLE color: 2974206.

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

Color convert

RGB 254 97 45 -
CMYK 0 0.62 0.82 0.00
HSL 14.93º 0.99% 0.59% -
HSV(B) 14.93º 0.82% 1% -
XYZ 45.62 29.81 5.83 -
YUV 138.02 75.51 210.73 -
System Red Green Blue C M Y K H S L
Decimal 254 97 45 0 0.62 0.82 0.00 14.93 0.99 0.59
Hex FE 61 2D 0 3E 52 0 F 63 3B
Octal 376 141 55 0 76 122 0 17 143 73
Binary 11111110 1100001 101101 0 111110 1010010 0 1111 1100011 111011

Color Harmonies of #FE612D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE612D

Black with #FE612D

Text Example


Text Example

White with #FE612D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE612D; }

 p { color: rgb(254,97,45); }

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

background-color css

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

 a { background-color: rgb(254,97,45); }

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

border-color css

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

 span { border-color: rgb(254,97,45); }

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