Html Css Color HEX #FE6308 Safety Orange

📋 copy color: '#FE6308'

red 254 ◦ green 99 ◦ blue 8

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

Shades of Safety Orange #FE6308

Tints of Safety Orange #FE6308

RGB

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

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

 BLUE value IS 8 (3.52% from 255) = 2.22%

R = 70.36%
G = 27.42%
B = 2.22%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.97

 K value IS 0.00

RGB Variations

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

Color information

#FE6308 (or 0xFE6308) is known color: Safety Orange. HEX triplet: FE, 63 and 08. RGB value is (254,99,8). Sum of RGB (Red+Green+Blue) = 254+99+8=361 (47% of max value = 765). Red value is 254 (99.61% from 255 or 70.36% from 361); Green value is 99 (39.06% from 255 or 27.42% from 361); Blue value is 8 (3.52% from 255 or 2.22% from 361); Max value from RGB is 254 - color contains mainly: red. Hex color #FE6308 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #FE6308 is #019CF7. Grayscale: #878787. Windows color (decimal): -105720 or 549886. OLE color: 549886.

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

Color convert

RGB 254 99 8 -
CMYK 0 0.61 0.97 0.00
HSL 22.2º 0.99% 0.51% -
HSV(B) 22.2º 0.97% 1% -
XYZ 45.38 30.01 3.63 -
YUV 134.97 56.35 212.9 -
System Red Green Blue C M Y K H S L
Decimal 254 99 8 0 0.61 0.97 0.00 22.2 0.99 0.51
Hex FE 63 8 0 3D 61 0 16 63 33
Octal 376 143 10 0 75 141 0 26 143 63
Binary 11111110 1100011 1000 0 111101 1100001 0 10110 1100011 110011

Color Harmonies of #FE6308

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE6308

Black with #FE6308

Text Example


Text Example

White with #FE6308

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE6308; }

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

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

background-color css

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

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

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

border-color css

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

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

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