Html Css Color HEX #FE640A Safety Orange

📋 copy color: '#FE640A'

red 254 ◦ green 100 ◦ blue 10

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

Shades of Safety Orange #FE640A

Tints of Safety Orange #FE640A

RGB

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

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

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

R = 69.78%
G = 27.47%
B = 2.75%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.96

 K value IS 0.00

RGB Variations

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

Color information

#FE640A (or 0xFE640A) is known color: Safety Orange. HEX triplet: FE, 64 and 0A. RGB value is (254,100,10). Sum of RGB (Red+Green+Blue) = 254+100+10=364 (48% of max value = 765). Red value is 254 (99.61% from 255 or 69.78% from 364); Green value is 100 (39.45% from 255 or 27.47% from 364); Blue value is 10 (4.30% from 255 or 2.75% from 364); Max value from RGB is 254 - color contains mainly: red. Hex color #FE640A is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #FE640A is #019BF5. Grayscale: #888888. Windows color (decimal): -105462 or 681214. OLE color: 681214.

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

Color convert

RGB 254 100 10 -
CMYK 0 0.61 0.96 0.00
HSL 22.13º 0.99% 0.52% -
HSV(B) 22.13º 0.96% 1% -
XYZ 45.49 30.21 3.72 -
YUV 135.79 57.02 212.32 -
System Red Green Blue C M Y K H S L
Decimal 254 100 10 0 0.61 0.96 0.00 22.13 0.99 0.52
Hex FE 64 A 0 3D 60 0 16 63 34
Octal 376 144 12 0 75 140 0 26 143 64
Binary 11111110 1100100 1010 0 111101 1100000 0 10110 1100011 110100

Color Harmonies of #FE640A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE640A

Black with #FE640A

Text Example


Text Example

White with #FE640A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE640A; }

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

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

background-color css

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

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

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

border-color css

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

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

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