Html Css Color HEX #FE6309 Safety Orange

📋 copy color: '#FE6309'

red 254 ◦ green 99 ◦ blue 9

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

Shades of Safety Orange #FE6309

Tints of Safety Orange #FE6309

RGB

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

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

 BLUE value IS 9 (3.91% from 255) = 2.49%

R = 70.17%
G = 27.35%
B = 2.49%

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

#FE6309 (or 0xFE6309) is known color: Safety Orange. HEX triplet: FE, 63 and 09. RGB value is (254,99,9). Sum of RGB (Red+Green+Blue) = 254+99+9=362 (47% of max value = 765). Red value is 254 (99.61% from 255 or 70.17% from 362); Green value is 99 (39.06% from 255 or 27.35% from 362); Blue value is 9 (3.91% from 255 or 2.49% from 362); Max value from RGB is 254 - color contains mainly: red. Hex color #FE6309 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #FE6309 is #019CF6. Grayscale: #878787. Windows color (decimal): -105719 or 615422. OLE color: 615422.

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

Color convert

RGB 254 99 9 -
CMYK 0 0.61 0.96 0.00
HSL 22.04º 0.99% 0.52% -
HSV(B) 22.04º 0.96% 1% -
XYZ 45.38 30.01 3.66 -
YUV 135.09 56.85 212.82 -
System Red Green Blue C M Y K H S L
Decimal 254 99 9 0 0.61 0.96 0.00 22.04 0.99 0.52
Hex FE 63 9 0 3D 60 0 16 63 34
Octal 376 143 11 0 75 140 0 26 143 64
Binary 11111110 1100011 1001 0 111101 1100000 0 10110 1100011 110100

Color Harmonies of #FE6309

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE6309

Black with #FE6309

Text Example


Text Example

White with #FE6309

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE6309; }

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

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

background-color css

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

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

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

border-color css

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

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

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