Html Css Color HEX #FE650E Safety Orange

📋 copy color: '#FE650E'

red 254 ◦ green 101 ◦ blue 14

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

Shades of Safety Orange #FE650E

Tints of Safety Orange #FE650E

RGB

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

 GREEN value IS 101 (39.84% from 255) = 27.37%

 BLUE value IS 14 (5.86% from 255) = 3.79%

R = 68.83%
G = 27.37%
B = 3.79%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.94

 K value IS 0.00

RGB Variations

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

Color information

#FE650E (or 0xFE650E) is known color: Safety Orange. HEX triplet: FE, 65 and 0E. RGB value is (254,101,14). Sum of RGB (Red+Green+Blue) = 254+101+14=369 (48% of max value = 765). Red value is 254 (99.61% from 255 or 68.83% from 369); Green value is 101 (39.84% from 255 or 27.37% from 369); Blue value is 14 (5.86% from 255 or 3.79% from 369); Max value from RGB is 254 - color contains mainly: red. Hex color #FE650E is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #FE650E is #019AF1. Grayscale: #898989. Windows color (decimal): -105202 or 943614. OLE color: 943614.

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

Color convert

RGB 254 101 14 -
CMYK 0 0.60 0.94 0.00
HSL 21.75º 0.99% 0.53% -
HSV(B) 21.75º 0.94% 1% -
XYZ 45.61 30.41 3.88 -
YUV 136.83 58.69 211.57 -
System Red Green Blue C M Y K H S L
Decimal 254 101 14 0 0.60 0.94 0.00 21.75 0.99 0.53
Hex FE 65 E 0 3C 5E 0 16 63 35
Octal 376 145 16 0 74 136 0 26 143 65
Binary 11111110 1100101 1110 0 111100 1011110 0 10110 1100011 110101

Color Harmonies of #FE650E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE650E

Black with #FE650E

Text Example


Text Example

White with #FE650E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE650E; }

 p { color: rgb(254,101,14); }

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

background-color css

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

 a { background-color: rgb(254,101,14); }

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

border-color css

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

 span { border-color: rgb(254,101,14); }

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