Html Css Color HEX #FE680C Safety Orange

📋 copy color: '#FE680C'

red 254 ◦ green 104 ◦ blue 12

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

Shades of Safety Orange #FE680C

Tints of Safety Orange #FE680C

RGB

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

 GREEN value IS 104 (41.02% from 255) = 28.11%

 BLUE value IS 12 (5.08% from 255) = 3.24%

R = 68.65%
G = 28.11%
B = 3.24%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.95

 K value IS 0.00

RGB Variations

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

Color information

#FE680C (or 0xFE680C) is known color: Safety Orange. HEX triplet: FE, 68 and 0C. RGB value is (254,104,12). Sum of RGB (Red+Green+Blue) = 254+104+12=370 (49% of max value = 765). Red value is 254 (99.61% from 255 or 68.65% from 370); Green value is 104 (41.02% from 255 or 28.11% from 370); Blue value is 12 (5.08% from 255 or 3.24% from 370); Max value from RGB is 254 - color contains mainly: red. Hex color #FE680C is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #FE680C is #0197F3. Grayscale: #8A8A8A. Windows color (decimal): -104436 or 813310. OLE color: 813310.

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

Color convert

RGB 254 104 12 -
CMYK 0 0.59 0.95 0.00
HSL 22.81º 0.99% 0.52% -
HSV(B) 22.81º 0.95% 1% -
XYZ 45.89 31 3.91 -
YUV 138.36 56.7 210.48 -
System Red Green Blue C M Y K H S L
Decimal 254 104 12 0 0.59 0.95 0.00 22.81 0.99 0.52
Hex FE 68 C 0 3B 5F 0 17 63 34
Octal 376 150 14 0 73 137 0 27 143 64
Binary 11111110 1101000 1100 0 111011 1011111 0 10111 1100011 110100

Color Harmonies of #FE680C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE680C

Black with #FE680C

Text Example


Text Example

White with #FE680C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE680C; }

 p { color: rgb(254,104,12); }

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

background-color css

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

 a { background-color: rgb(254,104,12); }

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

border-color css

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

 span { border-color: rgb(254,104,12); }

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