Html Css Color HEX #FE6A0A Safety Orange

📋 copy color: '#FE6A0A'

red 254 ◦ green 106 ◦ blue 10

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

Shades of Safety Orange #FE6A0A

Tints of Safety Orange #FE6A0A

RGB

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

 GREEN value IS 106 (41.8% from 255) = 28.65%

 BLUE value IS 10 (4.3% from 255) = 2.7%

R = 68.65%
G = 28.65%
B = 2.7%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.96

 K value IS 0.00

RGB Variations

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

Color information

#FE6A0A (or 0xFE6A0A) is known color: Safety Orange. HEX triplet: FE, 6A and 0A. RGB value is (254,106,10). Sum of RGB (Red+Green+Blue) = 254+106+10=370 (49% of max value = 765). Red value is 254 (99.61% from 255 or 68.65% from 370); Green value is 106 (41.80% from 255 or 28.65% from 370); Blue value is 10 (4.30% from 255 or 2.70% from 370); Max value from RGB is 254 - color contains mainly: red. Hex color #FE6A0A is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #FE6A0A is #0195F5. Grayscale: #8B8B8B. Windows color (decimal): -103926 or 682750. OLE color: 682750.

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

Color convert

RGB 254 106 10 -
CMYK 0 0.58 0.96 0.00
HSL 23.61º 0.99% 0.52% -
HSV(B) 23.61º 0.96% 1% -
XYZ 46.08 31.4 3.92 -
YUV 139.31 55.03 209.81 -
System Red Green Blue C M Y K H S L
Decimal 254 106 10 0 0.58 0.96 0.00 23.61 0.99 0.52
Hex FE 6A A 0 3A 60 0 18 63 34
Octal 376 152 12 0 72 140 0 30 143 64
Binary 11111110 1101010 1010 0 111010 1100000 0 11000 1100011 110100

Color Harmonies of #FE6A0A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE6A0A

Black with #FE6A0A

Text Example


Text Example

White with #FE6A0A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE6A0A; }

 p { color: rgb(254,106,10); }

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

background-color css

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

 a { background-color: rgb(254,106,10); }

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

border-color css

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

 span { border-color: rgb(254,106,10); }

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