Html Css Color HEX #FE6305 Safety Orange

📋 copy color: '#FE6305'

red 254 ◦ green 99 ◦ blue 5

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

Shades of Safety Orange #FE6305

Tints of Safety Orange #FE6305

RGB

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

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

 BLUE value IS 5 (2.34% from 255) = 1.4%

R = 70.95%
G = 27.65%
B = 1.4%

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

#FE6305 (or 0xFE6305) is known color: Safety Orange. HEX triplet: FE, 63 and 05. RGB value is (254,99,5). Sum of RGB (Red+Green+Blue) = 254+99+5=358 (47% of max value = 765). Red value is 254 (99.61% from 255 or 70.95% from 358); Green value is 99 (39.06% from 255 or 27.65% from 358); Blue value is 5 (2.34% from 255 or 1.40% from 358); Max value from RGB is 254 - color contains mainly: red. Hex color #FE6305 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #FE6305 is #019CFA. Grayscale: #878787. Windows color (decimal): -105723 or 353278. OLE color: 353278.

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

Color convert

RGB 254 99 5 -
CMYK 0 0.61 0.98 0.00
HSL 22.65º 0.99% 0.51% -
HSV(B) 22.65º 0.98% 1% -
XYZ 45.36 30.01 3.54 -
YUV 134.63 54.85 213.14 -
System Red Green Blue C M Y K H S L
Decimal 254 99 5 0 0.61 0.98 0.00 22.65 0.99 0.51
Hex FE 63 5 0 3D 62 0 17 63 33
Octal 376 143 5 0 75 142 0 27 143 63
Binary 11111110 1100011 101 0 111101 1100010 0 10111 1100011 110011

Color Harmonies of #FE6305

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE6305

Black with #FE6305

Text Example


Text Example

White with #FE6305

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE6305; }

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

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

background-color css

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

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

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

border-color css

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

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

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