Html Css Color HEX #FE612F Outrageous Orange

📋 copy color: '#FE612F'

red 254 ◦ green 97 ◦ blue 47

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

Shades of Outrageous Orange #FE612F

Tints of Outrageous Orange #FE612F

RGB

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

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

 BLUE value IS 47 (18.75% from 255) = 11.81%

R = 63.82%
G = 24.37%
B = 11.81%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.81

 K value IS 0.00

RGB Variations

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

Color information

#FE612F (or 0xFE612F) is known color: Outrageous Orange. HEX triplet: FE, 61 and 2F. RGB value is (254,97,47). Sum of RGB (Red+Green+Blue) = 254+97+47=398 (52% of max value = 765). Red value is 254 (99.61% from 255 or 63.82% from 398); Green value is 97 (38.28% from 255 or 24.37% from 398); Blue value is 47 (18.75% from 255 or 11.81% from 398); Max value from RGB is 254 - color contains mainly: red. Hex color #FE612F is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FE612F is #019ED0. Grayscale: #8A8A8A. Windows color (decimal): -106193 or 3105278. OLE color: 3105278.

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

Color convert

RGB 254 97 47 -
CMYK 0 0.62 0.81 0.00
HSL 14.49º 0.99% 0.59% -
HSV(B) 14.49º 0.81% 1% -
XYZ 45.66 29.83 6.04 -
YUV 138.24 76.51 210.57 -
System Red Green Blue C M Y K H S L
Decimal 254 97 47 0 0.62 0.81 0.00 14.49 0.99 0.59
Hex FE 61 2F 0 3E 51 0 E 63 3B
Octal 376 141 57 0 76 121 0 16 143 73
Binary 11111110 1100001 101111 0 111110 1010001 0 1110 1100011 111011

Color Harmonies of #FE612F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE612F

Black with #FE612F

Text Example


Text Example

White with #FE612F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE612F; }

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

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

background-color css

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

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

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

border-color css

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

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

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