Html Css Color HEX #FE640C Safety Orange

📋 copy color: '#FE640C'

red 254 ◦ green 100 ◦ blue 12

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

Shades of Safety Orange #FE640C

Tints of Safety Orange #FE640C

RGB

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

 GREEN value IS 100 (39.45% from 255) = 27.32%

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

R = 69.4%
G = 27.32%
B = 3.28%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.95

 K value IS 0.00

RGB Variations

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

Color information

#FE640C (or 0xFE640C) is known color: Safety Orange. HEX triplet: FE, 64 and 0C. RGB value is (254,100,12). Sum of RGB (Red+Green+Blue) = 254+100+12=366 (48% of max value = 765). Red value is 254 (99.61% from 255 or 69.40% from 366); Green value is 100 (39.45% from 255 or 27.32% from 366); Blue value is 12 (5.08% from 255 or 3.28% from 366); Max value from RGB is 254 - color contains mainly: red. Hex color #FE640C is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #FE640C is #019BF3. Grayscale: #888888. Windows color (decimal): -105460 or 812286. OLE color: 812286.

HSL color Cylindrical-coordinate representation of color #FE640C: hue angle of 21.82º 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 #FE640C is Cyan = 0, Magento = 0.61, Yellow = 0.95 and Black (K on CMYK) = 0.00.

Color convert

RGB 254 100 12 -
CMYK 0 0.61 0.95 0.00
HSL 21.82º 0.99% 0.52% -
HSV(B) 21.82º 0.95% 1% -
XYZ 45.5 30.21 3.78 -
YUV 136.01 58.02 212.16 -
System Red Green Blue C M Y K H S L
Decimal 254 100 12 0 0.61 0.95 0.00 21.82 0.99 0.52
Hex FE 64 C 0 3D 5F 0 16 63 34
Octal 376 144 14 0 75 137 0 26 143 64
Binary 11111110 1100100 1100 0 111101 1011111 0 10110 1100011 110100

Color Harmonies of #FE640C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE640C

Black with #FE640C

Text Example


Text Example

White with #FE640C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE640C; }

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

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

background-color css

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

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

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

border-color css

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

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

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