Html Css Color HEX #FE6504 Safety Orange

📋 copy color: '#FE6504'

red 254 ◦ green 101 ◦ blue 4

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

Shades of Safety Orange #FE6504

Tints of Safety Orange #FE6504

RGB

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

 GREEN value IS 101 (39.84% from 255) = 28.13%

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

R = 70.75%
G = 28.13%
B = 1.11%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.98

 K value IS 0.00

RGB Variations

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

Color information

#FE6504 (or 0xFE6504) is known color: Safety Orange. HEX triplet: FE, 65 and 04. RGB value is (254,101,4). Sum of RGB (Red+Green+Blue) = 254+101+4=359 (47% of max value = 765). Red value is 254 (99.61% from 255 or 70.75% from 359); Green value is 101 (39.84% from 255 or 28.13% from 359); Blue value is 4 (1.95% from 255 or 1.11% from 359); Max value from RGB is 254 - color contains mainly: red. Hex color #FE6504 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #FE6504 is #019AFB. Grayscale: #888888. Windows color (decimal): -105212 or 288254. OLE color: 288254.

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

Color convert

RGB 254 101 4 -
CMYK 0 0.60 0.98 0.00
HSL 23.28º 0.99% 0.51% -
HSV(B) 23.28º 0.98% 1% -
XYZ 45.55 30.39 3.58 -
YUV 135.69 53.69 212.39 -
System Red Green Blue C M Y K H S L
Decimal 254 101 4 0 0.60 0.98 0.00 23.28 0.99 0.51
Hex FE 65 4 0 3C 62 0 17 63 33
Octal 376 145 4 0 74 142 0 27 143 63
Binary 11111110 1100101 100 0 111100 1100010 0 10111 1100011 110011

Color Harmonies of #FE6504

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE6504

Black with #FE6504

Text Example


Text Example

White with #FE6504

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE6504; }

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

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

background-color css

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

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

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

border-color css

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

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

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