Html Css Color HEX #FE6304 Safety Orange

📋 copy color: '#FE6304'

red 254 ◦ green 99 ◦ blue 4

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

Shades of Safety Orange #FE6304

Tints of Safety Orange #FE6304

RGB

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

 GREEN value IS 99 (39.06% from 255) = 27.73%

 BLUE value IS 4 (1.95% from 255) = 1.12%

R = 71.15%
G = 27.73%
B = 1.12%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.98

 K value IS 0.00

RGB Variations

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

Color information

#FE6304 (or 0xFE6304) is known color: Safety Orange. HEX triplet: FE, 63 and 04. RGB value is (254,99,4). Sum of RGB (Red+Green+Blue) = 254+99+4=357 (47% of max value = 765). Red value is 254 (99.61% from 255 or 71.15% from 357); Green value is 99 (39.06% from 255 or 27.73% from 357); Blue value is 4 (1.95% from 255 or 1.12% from 357); Max value from RGB is 254 - color contains mainly: red. Hex color #FE6304 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #FE6304 is #019CFB. Grayscale: #878787. Windows color (decimal): -105724 or 287742. OLE color: 287742.

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

Color convert

RGB 254 99 4 -
CMYK 0 0.61 0.98 0.00
HSL 22.8º 0.99% 0.51% -
HSV(B) 22.8º 0.98% 1% -
XYZ 45.36 30 3.52 -
YUV 134.52 54.35 213.22 -
System Red Green Blue C M Y K H S L
Decimal 254 99 4 0 0.61 0.98 0.00 22.8 0.99 0.51
Hex FE 63 4 0 3D 62 0 17 63 33
Octal 376 143 4 0 75 142 0 27 143 63
Binary 11111110 1100011 100 0 111101 1100010 0 10111 1100011 110011

Color Harmonies of #FE6304

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE6304

Black with #FE6304

Text Example


Text Example

White with #FE6304

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE6304; }

 p { color: rgb(254,99,4); }

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

background-color css

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

 a { background-color: rgb(254,99,4); }

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

border-color css

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

 span { border-color: rgb(254,99,4); }

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