Html Css Color HEX #FD6101 Safety Orange

📋 copy color: '#FD6101'

red 253 ◦ green 97 ◦ blue 1

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

Shades of Safety Orange #FD6101

Tints of Safety Orange #FD6101

RGB

 RED value IS 253 (99.22% from 255) = 72.08%

 GREEN value IS 97 (38.28% from 255) = 27.64%

 BLUE value IS 1 (0.78% from 255) = 0.28%

R = 72.08%
G = 27.64%
B = 0.28%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 1.00

 K value IS 0.01

RGB Variations

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

Color information

#FD6101 (or 0xFD6101) is known color: Safety Orange. HEX triplet: FD, 61 and 01. RGB value is (253,97,1). Sum of RGB (Red+Green+Blue) = 253+97+1=351 (46% of max value = 765). Red value is 253 (99.22% from 255 or 72.08% from 351); Green value is 97 (38.28% from 255 or 27.64% from 351); Blue value is 1 (0.78% from 255 or 0.28% from 351); Max value from RGB is 253 - color contains mainly: red. Hex color #FD6101 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #FD6101 is #029EFE. Grayscale: #858585. Windows color (decimal): -171775 or 90621. OLE color: 90621.

HSL color Cylindrical-coordinate representation of color #FD6101: hue angle of 22.86º degrees, saturation: 0.99, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 1%. Process color model (Four color, CMYK) of #FD6101 is Cyan = 0, Magento = 0.62, Yellow = 1.00 and Black (K on CMYK) = 0.01.

Color convert

RGB 253 97 1 -
CMYK 0 0.62 1.00 0.01
HSL 22.86º 0.99% 0.5% -
HSV(B) 22.86º 1% 0.99% -
XYZ 44.79 29.43 3.35 -
YUV 132.7 53.68 213.81 -
System Red Green Blue C M Y K H S L
Decimal 253 97 1 0 0.62 1.00 0.01 22.86 0.99 0.5
Hex FD 61 1 0 3E 64 1 17 63 32
Octal 375 141 1 0 76 144 1 27 143 62
Binary 11111101 1100001 1 0 111110 1100100 1 10111 1100011 110010

Color Harmonies of #FD6101

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD6101

Black with #FD6101

Text Example


Text Example

White with #FD6101

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD6101; }

 p { color: rgb(253,97,1); }

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

background-color css

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

 a { background-color: rgb(253,97,1); }

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

border-color css

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

 span { border-color: rgb(253,97,1); }

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